I have a field that has a single or a list of entries. When I query the field using
Where[batchno] like '*'&[enter no]&'*'
The query shows the data for the batchno entered but if the batch no is not the first in the list when I run the report it shows the first batch no in the list, not the one the user entered. For example
record 1 batch no = d6v04211
record 2 batch no = lv604321,d6v04211,xl603211
When I run the query for batch d6v04211, it shows in the datasheet view both records.
When I run the report, it actually looks like I had queried lv604321.
What am I doing wrong?
Where[batchno] like '*'&[enter no]&'*'
The query shows the data for the batchno entered but if the batch no is not the first in the list when I run the report it shows the first batch no in the list, not the one the user entered. For example
record 1 batch no = d6v04211
record 2 batch no = lv604321,d6v04211,xl603211
When I run the query for batch d6v04211, it shows in the datasheet view both records.
When I run the report, it actually looks like I had queried lv604321.
What am I doing wrong?