A
ACDenver
I am attempting to query on the ending text of a field in a table. I am
using the expression... Right([description],4) ="test". I am hoping to see
records that have the description column with ending text of "text". When
I execute the query, the result is a notification...the specfiied field
'[description]' could refer to more than one table. I know what I need to
do conceptually. The "description" field is in to two tables - categories,
and codes.
But I don't know how to write the syntax to read the description from the
categories table.
Help.
using the expression... Right([description],4) ="test". I am hoping to see
records that have the description column with ending text of "text". When
I execute the query, the result is a notification...the specfiied field
'[description]' could refer to more than one table. I know what I need to
do conceptually. The "description" field is in to two tables - categories,
and codes.
But I don't know how to write the syntax to read the description from the
categories table.
Help.