I have a problem with record selection. I have a form, with a sub-form, which is continuous, and displaying product information (making up an order). In the afterupdate event section of the product name field, I have the following code:
Private Sub product_name_AfterUpdate()
Dim stDocName...
Is this possible? I'm trying to do it at the moment, and it gives errors.
I used the wizard to create a button to do it, and it gives the same error. This is all on a sub-form.
What I want to happen: User enters text into sub-form text box, and after update, another form is launched showing...
What is the best way to transfer record information from one form to another?
Say a form is displaying the results of a query, and there are multiple records (eg products). A command button is clicked to select a certain record, and form is closed, and the record copied or transferred to...
I'm having trouble trying to do what I want here: I want to be able to select products to put in a sub-order-form, by using keyword searches.
Eg: In the sub-order-form, I want a text box, where keywords can be entered - eg "multivit 30". Using Split(), I then need to pass this across...
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.