C
colettelamm
Hello,
I am trying to run a query that only returns the results where ...
10A or 10B or 10C or 10D or 10E
are found.
If I literally type it into the query in the format
"10A" or "10B" or ...
It works.
When I try to retrieve the values from a field on a form or from a
function called from the query, it doesn't work. I am able to retrieve
the values from a field on a form successfully when there is only one
value.
I am trying to derive a number of different reports based on the same
set of queries and populating the criteria based on values in a
Reports Table. If I can not have more than one field, then I will need
to create separate queries with hard coded values.
Thank you,
Colette
I am trying to run a query that only returns the results where ...
10A or 10B or 10C or 10D or 10E
are found.
If I literally type it into the query in the format
"10A" or "10B" or ...
It works.
When I try to retrieve the values from a field on a form or from a
function called from the query, it doesn't work. I am able to retrieve
the values from a field on a form successfully when there is only one
value.
I am trying to derive a number of different reports based on the same
set of queries and populating the criteria based on values in a
Reports Table. If I can not have more than one field, then I will need
to create separate queries with hard coded values.
Thank you,
Colette