G
Guest
I am looking to have a table with 12 fields and I want to be able to use a
form to search 1, 2, or any of the fields based on information provided from
users. So if I only put data in one field and btnclick to run a query I need
it to search in that field and give data back...
This gives me now records, any thoughts so far?
IIf(([Forms]![frmFind_Records]![Field1] Is Null),Like "*",Like
[Forms]![frmFind_Records]![Field1] & "*")
Thanks
form to search 1, 2, or any of the fields based on information provided from
users. So if I only put data in one field and btnclick to run a query I need
it to search in that field and give data back...
This gives me now records, any thoughts so far?
IIf(([Forms]![frmFind_Records]![Field1] Is Null),Like "*",Like
[Forms]![frmFind_Records]![Field1] & "*")
Thanks