G
Guest
I have a from that is being supplied data from a query. On the from I have a
text box for my criteria and a command button that reruns the query and
updates the form. Simple enough, I type smith I get all smith records.
However if I want all records I get nothing. I have tried *, like "*" , 'Like
"*"', with various combos and even leaving it blank but still return
nothing. Not sure what I am missing but I am guessing it's something simple.
Criteria in the query is [Forms]![From Name]![Text Box Name]
command button is Me.Requery
Much Thanks in advance.
text box for my criteria and a command button that reruns the query and
updates the form. Simple enough, I type smith I get all smith records.
However if I want all records I get nothing. I have tried *, like "*" , 'Like
"*"', with various combos and even leaving it blank but still return
nothing. Not sure what I am missing but I am guessing it's something simple.
Criteria in the query is [Forms]![From Name]![Text Box Name]
command button is Me.Requery
Much Thanks in advance.