| Thread | Last Post | Replies |
|
| duplicating control and incrementing another control | 07 Apr 2005 23:02 GMT | 25 |
i have an a2k application and a form having two controls which make up the PK. a) Patient Number b) Lesion Number the form is 'filtered' so when user designates a patient number to work on
|
| Controlling form size | 07 Apr 2005 22:42 GMT | 2 |
1. I have a main form whcih is maximized. When I open a dialog box from a button on that form, the dialoog is maximized also. Is there a way to prevent that?
|
| Listbox with selection of start and end date | 07 Apr 2005 22:38 GMT | 6 |
Below I have the code for 2 print selections. In the first one, the user selects on Employee from a combo box. I would like to replace combox selection with a selections form a list box, see 2nd sample. Any help would be appreciated
|
| Search Code | 07 Apr 2005 21:56 GMT | 3 |
How do I search my code (with code) to find particular text - I can do it by using the modules (but this only searches open modules) what I need is to search all code behind forms, reports and modules. Thanks Paul
|
| On Not in List Event | 07 Apr 2005 21:50 GMT | 2 |
When using the On Not in list event procedure to open a form to add a new record, when you return to the main input form, the added record does not appear in the combo box list. I tried requering the form and the combo box and no luck. Please assist. Thank you
|
| Add New Record To Form With SubForms | 07 Apr 2005 21:35 GMT | 2 |
I have a main form that has several subforms on it. I created a button using the wizard to add a new record. The button is on the main form. When the add button is clicked only the main form is cleared, but the subforms disappear. What am I doing wrong?
|
| Form Opening without Records | 07 Apr 2005 21:29 GMT | 4 |
I'm working in Access 2000. I have some code, which runs through and adds records into two tables (tblServices, tblServiceTasks). The function returns the Service ID of the newly added record. After I recieve the ServiceID I open the next form to the new record.
|
| Event procedure not matching | 07 Apr 2005 21:26 GMT | 1 |
I have a form that the user can enter dates. Or erase the dates that are there and insert new ones. I'm getting an error message"The expression After Update you entered as the event property setting produced the following error: Event procedure declaration does not match ...
|
| Add A New Record Using SubForms | 07 Apr 2005 19:50 GMT | 2 |
I have a main form that has several subforms on it. I created a button using the wizard to add a new record. The button is on the main form. When the add button is clicked only the main form is cleared, but the subforms disappear. What am I doing wrong.
|
| Does a form know which open forms are it's child? | 07 Apr 2005 19:36 GMT | 1 |
I have a form that i want to automatically close if it is idle after a certain amount of time. I can do that with no problem, but on that form there are four others forms that can be open with button control.
|
| Remove Hours, Minutes and Seconds from Date Field | 07 Apr 2005 19:34 GMT | 1 |
I have a last order date that is creating problems on my Web Page. It has worked for years and now I have learned that I must remove the Hours, Minutes and Seconds from the date field. I tried the following code but I get invalid data. Run Time Error 2113
|
| Setting focus on a main form from a subform | 07 Apr 2005 19:33 GMT | 3 |
Hey all. I have code that is based from a subform that resides in a main form. The problem I am having, is what the code does, puts the main form in edit mode, and from the code in the subform i can not take it out of edit mode, sure I
|
| Find First / Find Next | 07 Apr 2005 18:06 GMT | 4 |
I have built a form with a combo box that drops down the qry list. We now need a Find Command that will search for a member that is in the qry list from the form. I have created the Find Command Button using Wizard. But I cannot find the members that are in the qry list. I ...
|
| Dbl click code | 07 Apr 2005 17:51 GMT | 1 |
I have the following Dbl click code in a form. Right now it opens the form just fine to the first record however I would like it to open the form to a new record. I cannot figure out what to add to the code for that to happen. Can anyone help?
|
| help with creating an orders form... | 07 Apr 2005 17:31 GMT | 2 |
hi all... This is what I have: tblorders --> with ordernumber, ordertype and misc order details.. frmorders --> for the user to create a new order... there is a
|