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 to another form which will display the results of the search, and enabling a product to be selected using a button, which will transfer the information and close the displayed form. Ie, pick this product...
I'm getting myself a little confused with whether I need to pass the information to a query, or a form based on a query? Input would be appreciated - I'm not used to Vb, SQL, and Access.
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 to another form which will display the results of the search, and enabling a product to be selected using a button, which will transfer the information and close the displayed form. Ie, pick this product...
I'm getting myself a little confused with whether I need to pass the information to a query, or a form based on a query? Input would be appreciated - I'm not used to Vb, SQL, and Access.