D
DEI
I have created a link to my Global Outlook Address Book in a database (File -
Get External Data - Link Table - etc.) and I am trying to work with the
table. It is slow, I accept that, but I when I write a query against it that
includes 'like' in the WHERE clause, I get only (1) record returned. Eg.
the following SQL statement returns (1) name:
SELECT [Global Address List].[Display name]
FROM [Global Address List]
WHERE ((([Global Address List].[Display name]) Like "Smith*"));
I have even tried to access it via ADO (with perecent instead of asterisk)
and I only get (1) record.
Has anyone encountered this? Is there a way to get ALL the like records?
Thanks,
DEI
Get External Data - Link Table - etc.) and I am trying to work with the
table. It is slow, I accept that, but I when I write a query against it that
includes 'like' in the WHERE clause, I get only (1) record returned. Eg.
the following SQL statement returns (1) name:
SELECT [Global Address List].[Display name]
FROM [Global Address List]
WHERE ((([Global Address List].[Display name]) Like "Smith*"));
I have even tried to access it via ADO (with perecent instead of asterisk)
and I only get (1) record.
Has anyone encountered this? Is there a way to get ALL the like records?
Thanks,
DEI