| Thread | Last Post | Replies |
|
| SetFocus to Image Control.. | 01 May 2006 00:56 GMT | 1 |
Hello... I am having a hard time trying to setfocus to an image control. every time i attempt to setfocus i get the following error: Can't move the focus to the control Image1.
|
| Cancel Form | 30 Apr 2006 20:32 GMT | 5 |
I run a job that takes a long time to process. While it is running, I need to put a "Cancel" Button to stop the processing if necessary. It is something like when you run the "DoCmd.OpenReport ", the system will popup a cancel button, and while the background is processing, you ...
|
| DoCmd.GoToRecord , , acNewRec | 30 Apr 2006 19:47 GMT | 5 |
I have a button on a bound form that adds a new record. It runs the code - DoCmd.GoToRecord , , acNewRec I also have a cancel button in case the person changes their mind. In testing I press the Add button and then the Cancel button and a new blank record is added. I want to ...
|
| Adding pictures on a switchboard | 30 Apr 2006 19:46 GMT | 6 |
I am currently using Access97 and used the switchboard manager to create my switchboard. My problem is I have two switchboards - How do I get different pictures on the switchboards?
|
| Unbound forms data entry | 30 Apr 2006 19:10 GMT | 1 |
Hi All, I have not used excel in some time, and I am looking for help: I want to use unbound form to populate records in table. Table: Date; Text1; text2; Memo
|
| Open permanently a form | 30 Apr 2006 18:59 GMT | 1 |
I use forms with few combo boxes that populate from thousands of records. When I open this form it takes a couple of seconds to be drawn. I have two questions. • How can I make the form opened during start up and stay invisible or
|
| Use list box counter to determine which text box to include in a s | 30 Apr 2006 17:37 GMT | 1 |
I have a multiselect list box populated with a list of tests (test 1, test 2, test 3, etc) Next to each line of the list box I have a combobox to determine the timing of each test. The combo boxes are named cboTime1, cboTime2, etc,
|
| Filter a Report with from a Form | 30 Apr 2006 16:54 GMT | 1 |
I would like to be able to use a combo box on a form to filter a report Thanks Gary
|
| export filtered records of a form to a new table | 30 Apr 2006 16:50 GMT | 1 |
Could anyone please help me as to how I can export filetred records of form to a new table? Thanks.
|
| Validation rule as a query | 30 Apr 2006 14:13 GMT | 3 |
How I can put a validation rule on a textbox or a combobox based on a query. The input must be similar as the output of a query. Something like: [cboName]=(Select name FROM Customers ORDER BY name)
|
| Comm. Button for =Keyboard Tab | 30 Apr 2006 14:11 GMT | 3 |
I am using one main form and sub form. When entering data user need to click the button and go forward. It meen I need to create a command button to do what is “Keyboard Tab” doing. Macro or Coding Any help would be appreciated.
|
| Calendar Control Not Up-Dating Form | 30 Apr 2006 05:54 GMT | 1 |
I am using a pop-up calendar form, to put a date in a textbox. The textbox has an After Update event, [Forms]![Daily Summary]![Child2].Requery. When the calendar closes, the date is entered into the textbox but the form does not update. Even if I put the curser into the textbox ...
|
| FileCopy Problem | 30 Apr 2006 05:16 GMT | 9 |
I'm trying to copy a .mdb file from Computer A to Computer B. Here's the simplified code: If fso.FileExists(SourceFile) = False Then MsbBox "Source file doesn't exist. Can't copy!"
|
| Help with form on database | 30 Apr 2006 04:29 GMT | 5 |
Yes I need some help with my database form..what I'm trying to do is I have a text box with a ID, and two other text boxes with the last name and first name. What I want to do is enter the Id in the first taxt box and automatical the last name ans first name would come in their ...
|
| Help! How do I adding a Counter Field to a SubForm? | 30 Apr 2006 03:36 GMT | 3 |
Please help. I have a Main Form with a Subform. The Main Form contain my main table data and the Subform contains the Detail Data and the number of records in this table can vary from 0 to 40. The Main Form is linked to the SubForm by a CoverID. My client has decided he ...
|