L
Lauren B
I am creating a page for users to search customer information. I have
created an unbound text box for each corresponding field on the customer
form. The user can then enter customer information on the search page and
be taken directly to that customer's form.
I am using the following code to do this:
DoCmd.OpenForm "Form 1", acNormal "Field1 = '" & TextBox1.Value&"'"
Is there any way to write this code so that the user does not have to put in
exact information but so that if the users types "a" in the Name field, for
example, all records will open that have an "a" anywhere in the name?
Thank you in advance for any assistance.
LB
created an unbound text box for each corresponding field on the customer
form. The user can then enter customer information on the search page and
be taken directly to that customer's form.
I am using the following code to do this:
DoCmd.OpenForm "Form 1", acNormal "Field1 = '" & TextBox1.Value&"'"
Is there any way to write this code so that the user does not have to put in
exact information but so that if the users types "a" in the Name field, for
example, all records will open that have an "a" anywhere in the name?
Thank you in advance for any assistance.
LB