G
G.
This should be simple. My query is based on a table with text data types. The
field I am querying has 1 letter in it as the record entry. It can have "I"
or "N", etc. When I create a query to search for all records for a specific
letter there are 0 results returned. The SQL statement is
SELECT [CSEC4-09].[PT Type]
FROM [CSEC4-09]
WHERE ((([CSEC4-09].[PT Type])="N"));
Does anyone have any insight into why this may be happening? The other
fields seem to be fine when I use criteria within them. Thank you.
field I am querying has 1 letter in it as the record entry. It can have "I"
or "N", etc. When I create a query to search for all records for a specific
letter there are 0 results returned. The SQL statement is
SELECT [CSEC4-09].[PT Type]
FROM [CSEC4-09]
WHERE ((([CSEC4-09].[PT Type])="N"));
Does anyone have any insight into why this may be happening? The other
fields seem to be fine when I use criteria within them. Thank you.