M
Mike D.
Jeff - thanks for your reply, but I feel as though I need
to explain myself more.
I have a field in a table that has 2 columns. I want to
run a query to search in just the 2nd column.
An example of the USER field in my table -
John | 1st shift
Mike | 2nd shift
Lisa | 1st shift
I want to return results that are just "1st shift"
My thoughts are that I need some type of expression in
the Field for the query. Maybe something like
USER.column2 as the Field ??? with "1st shift" as
criteria.
to explain myself more.
I have a field in a table that has 2 columns. I want to
run a query to search in just the 2nd column.
An example of the USER field in my table -
John | 1st shift
Mike | 2nd shift
Lisa | 1st shift
I want to return results that are just "1st shift"
My thoughts are that I need some type of expression in
the Field for the query. Maybe something like
USER.column2 as the Field ??? with "1st shift" as
criteria.