I have a query that brings data from a couple of tables. When I manualy enter the criteria as
LIke "*0530*"
it shows the records that I want in the query. However I would like the value 0530 to be taken from a field on a small table. So that when I change the value on the table field, it should change the criteria on the query, and as a result update the reports base on that query.
I tried using
Like "*[FieldName}*"
But it did not work. It returns not records.
The botton line is that I want a report in which I can chage the value of the Criteria (*0530*) for another value (like 0515)and get the records that I want.
I'm in a time frame here, so fast and explicit instructions on how best to do this are greatly appreciated.
Thank You,
Superxela
LIke "*0530*"
it shows the records that I want in the query. However I would like the value 0530 to be taken from a field on a small table. So that when I change the value on the table field, it should change the criteria on the query, and as a result update the reports base on that query.
I tried using
Like "*[FieldName}*"
But it did not work. It returns not records.
The botton line is that I want a report in which I can chage the value of the Criteria (*0530*) for another value (like 0515)and get the records that I want.
I'm in a time frame here, so fast and explicit instructions on how best to do this are greatly appreciated.
Thank You,
Superxela