G
GregB
I have table that has 5 fields that I want to be searched.
I create a form and an unbound control box. I also set the control box after
update property to requery the form.
The form is based of a query where I put Like "*" &
[Forms]![Search]![TextBox] & "*" in the critera. I simiply put the same line
in the or criteria for each field that i want to be searched.... but it is
not working, only searchs the first field.
(this worked when I would prompt the user, but now its not working when
using the textbox as critera)
Thanks for the help
(I didn't know if to start a new post or not, so if I am wrong I am sorry)
Greg
I create a form and an unbound control box. I also set the control box after
update property to requery the form.
The form is based of a query where I put Like "*" &
[Forms]![Search]![TextBox] & "*" in the critera. I simiply put the same line
in the or criteria for each field that i want to be searched.... but it is
not working, only searchs the first field.
(this worked when I would prompt the user, but now its not working when
using the textbox as critera)
Thanks for the help
(I didn't know if to start a new post or not, so if I am wrong I am sorry)
Greg