J
jpuckett
Ok guys, I'm going to try and make this as clear and straight forward as
possible.
I have a report with a query as its recordsource. I want to be able to
limit the records that are displayed in the report based on the value chosen
from a combo box on a form. No problem so far.
However, where I'm stuck is that the items in the table being queried are
fairly random. A couple of examples follow:
If the user selects "Rollover" from the combo box on the form then the table
could be queried for records containing the word "rollover"
But...
If the user selects "Seat Back Failure" from the combo box then the table
would need to be queried for Like "*seat*" and Like "*back*" and not Like
"*reclined*"
I guess what I'm getting at is that there will be varying formats to the
criteria expression for the individual options. Any ideas??
TIA-
JP
possible.
I have a report with a query as its recordsource. I want to be able to
limit the records that are displayed in the report based on the value chosen
from a combo box on a form. No problem so far.
However, where I'm stuck is that the items in the table being queried are
fairly random. A couple of examples follow:
If the user selects "Rollover" from the combo box on the form then the table
could be queried for records containing the word "rollover"
But...
If the user selects "Seat Back Failure" from the combo box then the table
would need to be queried for Like "*seat*" and Like "*back*" and not Like
"*reclined*"
I guess what I'm getting at is that there will be varying formats to the
criteria expression for the individual options. Any ideas??
TIA-
JP