| Thread | Last Post | Replies |
|
| Requery gives previous record on subforms | 17 Jan 2008 22:05 GMT | 5 |
I want to update the subform (form for auction subform 3 plant picture) as soon as I enter a number in the "lot" field in the main form (1_form for auction) I have written the following code:
|
| passing operator as variable | 17 Jan 2008 20:55 GMT | 1 |
I have a form for Importing parts lists into my database, however the format of each is different, some have just List price & some list & cost, so I have a series of Comboboxes so the user can select column name, operator +_*/ and a textbox for a value between 0-100 (%).
|
| Access 2000 crashes on DoCmd.FindRecord | 17 Jan 2008 19:30 GMT | 1 |
Any idea what may be causing this: An Access database, 2000 file format, designed using 2003 but running on Access 2000. To open a form and find a specific record, the following code is run:
|
| Code field to change if needed | 17 Jan 2008 19:15 GMT | 1 |
I have a Start Date, End Date and a third field called Wait Time. Currently it is set up so that it excludes weekends which is fine. However, if there is a holiday, I just want the user to change the Wait Time to subtract one day. I have code in the control source of the wait ...
|
| Event Name for clicking next tab | 17 Jan 2008 17:36 GMT | 2 |
I may not be using the right terminology here, but hopefully someone will know what I mean and be able to help. I have a form with a tab-control which has 5 tabs. I want to initiate a macro when a specific tab is clicked. I thought there would be an event
|
| Created database set security now won't let me in | 17 Jan 2008 17:00 GMT | 1 |
I have created a rather simple database. I set up user and group security. I was in Access for hours yesterday with no problem. This morning I try to get in and it says I do not have permissions to contact administrator or creator to give permissions. Is there a way
|
| Can not apply filter on one or more fields specified on Filter pro | 17 Jan 2008 16:49 GMT | 2 |
Hi, there, I have a subform embedded in a main form. In my code I apply some filter to the subform based on selections on main form. When I do "Loc_No = xxxx" it works fine. When I put filter like "Loc_No IN
|
| Date Stamping & Protecting a Comment Field | 17 Jan 2008 14:19 GMT | 5 |
I am a little confused on how to do this but.... I have a form field which contains customer information. Also included in this form is a comments memo field, where the user can write free form comments/ memos relating to the customer.
|
| recordset "over" 2 forms | 17 Jan 2008 13:42 GMT | 3 |
I think this is a rather basic question and difficult to explain, but I'll try I have this form with 1 entryfield and 1 puhbutton In this entryfield I enter a name, or part of a name
|
| database exclusive use by Admin | 17 Jan 2008 13:31 GMT | 5 |
I have Excel application to access MS Access database on open work book using following code Dim MyPath As String Dim MyConnection As String
|
| Problem setting Property Sheet values for a Form using VBA | 17 Jan 2008 12:25 GMT | 2 |
I have a problem with setting Property Sheet values for a Form using VBA code. I am trying to set the following properties: .RecordSource .InputParameters
|
| access screens | 17 Jan 2008 12:07 GMT | 1 |
I want to setup access that will have 'screens' where users can enter car loan application information. I want this information to be saved in access once the save button has been hit. I want this data to connect to a .net WCF server and/or a service broker application that is ...
|
| Error: Type mismatch | 17 Jan 2008 03:16 GMT | 4 |
I put the calender pop up, and formerly it worked, but now, I do not know, if there is and VBA during the development that contradicts, and the error now, there is a pop up that says " Error: Type mismatch then we have to preass " OK"
|
| text format? Not Really! | 17 Jan 2008 03:03 GMT | 6 |
Why, when I make an entry into a form field bound to a table source that is Tex format, does it automatically calculate what I entered? I need to enter driver's licence numbers, and here, they have dashes in them, but instead of "1100-100", it will store "1000", calculating the ...
|
| open and close form with one OnClick | 17 Jan 2008 02:30 GMT | 1 |
I would like to be able to open a form by clicking a button, once that form is open and a variable is transferred, I would like to close the original form. I have tried to embed a DoCmd.Close acForm "formname", into a "OnClick" event procedure, but I still have the first form ...
|