ACC: Case Sensitivity in Queries Differs with Linked TablesID: Q100921
|
Novice: Requires knowledge of the user interface on single-user computers.
When you query on a linked (attached) table, the criteria becomes case
sensitive if the linked table is in a format other than a Microsoft Access
table, such as dBASE, Paradox, ODBC, and so on.
There are several ways to prevent case sensitivity in criteria when you
query on linked tables:
Query: Query1
-------------------------------------------------------------------
FieldName: UCase(CITY)
Show: True
First Criteria Line: Like "S*" (Note that the "S" is uppercase)
Query: QueryTest
---------------------------------
FieldName: CITY
Show: True
First Criteria Line: Like "s*"
For more information about criteria in queries, search the Help Index for
"Criteria," or ask the Microsoft Access 97 Office Assistant.
For more information about UCase() function, search the Help Index for
"UCase, UCase$ Function."
Additional query words: isam paradox btrieve fox pro
Keywords : kbusage QryOthr
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: March 24, 1999