| Thread | Last Post | Replies |
|
| what is the name of a sub form download from microsoft website | 08 Jul 2007 18:27 GMT | 2 |
i need to add a sub form to a form created in access. i tried to start the wizard but the feature is not currently installed. i try to install but it is looking for a disk for me to insert. i do not have a disk to insert. can i go to
|
| 2007 syntax error | 08 Jul 2007 16:36 GMT | 8 |
Just moved from Access 2002 to 2007 and finding some errors coming up without having changed anything. I am not a coder but doing DB for a charity. A field in a form has a drop down list to choose from. The options are from a table of parameters. I orginally did this with a ...
|
| "Right-Click" actions | 08 Jul 2007 01:36 GMT | 3 |
I thought I'd remembered reading somewhere that "Right-Click" actions could be assigned to controls. Yet, I don't see a "Right-Click" option given in the "Events" tab of a combo's property sheet.
|
| Pull data from one form into another | 08 Jul 2007 00:57 GMT | 5 |
How can I pull an entry placed in a textbox in form 1 into a textbox in form 2, and have the data in the textbox in form 2 change as soon as the data in the textbox in form 1 changes? The change needs to be instantaneous, as the textbox in form 2 will be hidden from the user, so ...
|
| Trying to put job# picked in combo box from Main form into Subform | 07 Jul 2007 15:10 GMT | 2 |
Below is the code I put in and there is an erro Me![Job] = Forms!frmljncCleaning!cbojoblocautonum.Column(1) I am trying to automatically fill in the job(number) in the subform based off of what is selected in the combo box of the main form - the job number is
|
| Assigning more than one tag to tag property | 07 Jul 2007 12:19 GMT | 9 |
It it possible to assign more than one tag to a control's tag property, so that you can assign it to multiple groups? I tried separating tags by semicolons or commas but that seemed to render each tag obsolete.
|
| refresh/reload/requery a form | 07 Jul 2007 03:36 GMT | 3 |
I have a form that is a list of clients (frmClientList)(not editable). I have it set so if you double click on any last name it opens a client profile form (frmClientProfile) for that client when they make changes to client info I want to close the form (frmClientProfile) and have ...
|
| After Update | 06 Jul 2007 21:20 GMT | 2 |
In my form i have a subform, In the subform I have a check box that when checked needs to multiply the UnitPrice by Expendable and when unchecked the UnitPrice needs to return to original price. As of now this is the AfterUpdate command..
|
| Message box on opening a record under certain conditions | 06 Jul 2007 21:05 GMT | 4 |
When a record is opened (i.e. when a particular ref number is chosen from the dropdown and the relevant form opens) we need to have a reminder message if certain data has not been entered yet. For example, if the Insurance Value control is empty, there should be a
|
| right to left typing | 06 Jul 2007 21:02 GMT | 2 |
I have a bound text box on a form that the input needs to be in hebrew. I have a Hebrew font, activated Hebrew from the Office Language Utility and set the Reading Order of the text box to Right to Left. When typing in the box, it still goes left to right. What could I be ...
|
| Dont show 0 in report... | 06 Jul 2007 20:36 GMT | 2 |
In my report I have a NetAmount which is =Nz([Quantity],0)*Nz([UnitPrice],0) Sometimes I dont want to have to enter anything in the Quantity field because I dont want to person being billed to know the Quantity. Is there a way I can just enter the UnitPrice in the form and in the ...
|
| ACCESS : Form and SubForm | 06 Jul 2007 20:06 GMT | 2 |
I have a Form, which includes a SubForm I would like to use a condition to allow the access to the subform (whatever the method). The condition is defined by a field of the Form, and the result of a
|
| Calculated Field in Form | 06 Jul 2007 17:48 GMT | 3 |
I have four separate fields (numbers) in a form that I would like add together into a total field for cross checking. The fields would be something like this: Warehouse1 Warehouse2 Warehouse3 TotalCount
|
| Missing toolbox | 06 Jul 2007 17:04 GMT | 4 |
I have a existing access 2003 database that I wanted to add another button but when I go into design mode my toolbar disappears and I only see the grayed out "toolbox" icon. I ran detect and repair with no results. I created
|
| Changing a forms name | 06 Jul 2007 16:13 GMT | 4 |
years ago when starting my Access Program I allowed my main form the use the default name "Table1". I didn't know then how many other things I would be refering back to that form. Now I find new users getting confused. Question: I know MS will allow me to change the name and MS ...
|