I have the following code that takes the user to a sub-directory that allows them to pick a file. It works in native Access 2002, but when I create a runtime application and attempt to invoke on the same computer that I typically run the native database I get the error listed in the subject.
Any...
I went back and changed the macro to reflect the following condition
[Transfer Number]=[Forms]![TransferTrackerSubform]![Transfer Number] where [Transfer Number] is the field name of the fieldname argument is the name of a field in the underlying table or query of the form you want to open and...
I am trying to create a macro that allows a user to click on a specific field in a datasheet view subform, that pops up a new form to allow the user to edit the specific record displayed in the originating sub-form. I have done this in the past using OPENFORM command in a macro and setting the...
I initially tried setting the default value of the field on the subform, and it worked initially until I executed the code that goes to the new record, then the default value is wiped out.
I have a pop-up form that carrys some data with it from the originating form (customer number specifically), When I pop up the form I want it to go to a new record, but I also want the customer number carried with it. I'm a VBA newby, but essentially what I want to do is after the form goes to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.