| Thread | Last Post | Replies |
|
| List box based on look-up table is automatically sorted | 27 Sep 2005 13:38 GMT | 2 |
I have a list box on a form that is populated from a look up table. I have typed in the data into the look up form in a specific order but the data gets automatically sorted to an alphabetical list. How can I prevent this from happening? Thanks. Steve
|
| Incrementing numbers based on another control | 27 Sep 2005 13:37 GMT | 1 |
Hello, first poster. My question is this: I am working on a cemetery database, I have only one table and one form at this point. On my form, I want to auto-increment the number in the Grave field based on the number in the Row field.
|
| DateDiff | 27 Sep 2005 06:10 GMT | 1 |
I am a novice user, so please be gentle with your responses. I have created a form for data entry into a table. One of the table fields is the amount of days that a claim has been open for. I have inserted a DateDiff function in the default value field in the properties of the ...
|
| OH I miss C!! | 27 Sep 2005 04:59 GMT | 2 |
I am struggling to make the data I have collected in my text boxes appear in a list box that is linked to a temporary table. The Idea is to write each set of text boxes as a record to be added to the listbox (called Display) and to the table called tblTempTable. Can anyone help?
|
| gif files and/or sub forms | 27 Sep 2005 04:40 GMT | 3 |
I am tryin to send a gif file 'to the back' and put a com mand button 'at the front' and set to transparent so that i only see the gif file but when i click on it, the command related to the command button is to be run.
|
| Chose Multiple Values in Drop Down | 27 Sep 2005 04:35 GMT | 2 |
I am sure there is a quick answer (I hope), but I am boggling my min trying to figure it out. I have a form with a drop down box tha pulls values from a table (tblInfraction). The selection from tha table updates to another table (tblMain). At first this would be fin
|
| Command Button Not working Properly, HELP PLEASE | 27 Sep 2005 03:51 GMT | 13 |
Private Sub Ship_to_Click() On Error GoTo Err_Ship_to_Click Dim stDocName As String Dim stLinkCriteria As String
|
| open combo box on enter/or with keyboard | 27 Sep 2005 03:39 GMT | 2 |
Can an event procedure be written in perhaps the "On Enter" or "On Got Focus" property that would open a combo box upon entry into a field in a subform, then close it when a selection is made? If not, is there a key that can be pressed that would open it? I have some users who ...
|
| How to open Access DB on web server | 27 Sep 2005 03:37 GMT | 1 |
I know this may be simple for most, but I am not that knowledgable about doing this. I have a website with an Access 2000 DB. I have built the tables to collect all the data I need and I am having someone else build the forms. I want to be able to open the DB on the web server ...
|
| Preventing additions from a form | 27 Sep 2005 03:14 GMT | 1 |
I've asked this question before and got the right answer on how to set the AllowAdditions property to "no". It greys out the go to end of file navigation button and that's exactly what I want. Now I've built a pop up. When I open the form on its own, the EOF nav button
|
| need help with calculated control | 27 Sep 2005 03:10 GMT | 1 |
I have a multi tab subform. One tab, which is named "Bid Subform" has a control, "CostTotal", which I wish to be a calculated total of a control, "LineTotalCost", which is on another tab/subform named "BidLineItem subform2". I have tried 2 expressions in the control source ...
|
| Optional image vs. OLE | 27 Sep 2005 02:52 GMT | 5 |
I understand that using the Image control, storing the image path in a text field, and loading the image at runtime is superior (spacewise) to using an object frame bound to an OLE field, but I have two questions: 1. Since, in my application, it is up to the user to import an ...
|
| Updating/Refreshing Subform data | 26 Sep 2005 23:53 GMT | 2 |
I have created a form (Main details) with 5 subforms (Visit1, Visit2....Visit5). The subforms are only visible one at a time (5 tabs). Subform Visit1 has a field (Date of visit) which is used to calculate scheduled future date of visits in 4 other subforms(V2.....V5). I have
|
| Filtered Records | 26 Sep 2005 23:05 GMT | 3 |
How do I check yes in yes/no box for filtered records? I filter records in a form and when I am done I would like to check yes for each record in the current set of filtered records. I normally start with 7,000 records and then filter down to 400 depending on
|
| Field1 Copy to Field 2 (Date) | 26 Sep 2005 21:45 GMT | 7 |
I have a form that temporarily copies its value to a second field on a form until it is later changed. The following code is place in the AfterUpdate of Field1. Me.field2.value = me.field1.value
|