T
Tara
I know this has been addressed many times here, but I can't seem to find
exactly what I'm looking for.
I have frmReciepts that is used to enter buyer data into tblReceipts. The
form has multiple fields, including CustomerLast and CustomerFirst. I have a
query that pulls information from tblReceipts via frmSearch where the user
enters search criteria. It's a multiple field criteria query that allows for
all or just some of the fields to have data. I have that part of the query
worked out and it works fine. But, the user would like to be able to type in
a customers name into one text box on frmSearch istead of 2. So, instead of
typing Jane into one text box and Doe into another, they would just type Jane
Doe into one text box. I have concantecated CustomerFirst and CustomerLast
in the query and as long as there is indeed a last name and a first name in
tblReceipts, it works great. But, if say the customer is entered on the
receipt as XYZ company (no first name entered on the receipt) I get no result
in my query.
Any help is appreciated!
exactly what I'm looking for.
I have frmReciepts that is used to enter buyer data into tblReceipts. The
form has multiple fields, including CustomerLast and CustomerFirst. I have a
query that pulls information from tblReceipts via frmSearch where the user
enters search criteria. It's a multiple field criteria query that allows for
all or just some of the fields to have data. I have that part of the query
worked out and it works fine. But, the user would like to be able to type in
a customers name into one text box on frmSearch istead of 2. So, instead of
typing Jane into one text box and Doe into another, they would just type Jane
Doe into one text box. I have concantecated CustomerFirst and CustomerLast
in the query and as long as there is indeed a last name and a first name in
tblReceipts, it works great. But, if say the customer is entered on the
receipt as XYZ company (no first name entered on the receipt) I get no result
in my query.
Any help is appreciated!