D
DavidES
I'm using Access2003.
I have created a DSN for my SQL Server 2008 table.
I have added the table as a linked table but when I query the table, all I
see is #NAME? in each row and field.
If I write a Pass Through Query using the same DSN and the same criteria, it
works fine.
Here's my query:
SELECT dbo_ITEMS.ORDERNO, dbo_ITEMS.ITEM_ID, dbo_ITEMS.ITEM
FROM dbo_ITEMS
WHERE (((dbo_ITEMS.ORDERNO)=142011));
Any ideas what is wrong?
I have created a DSN for my SQL Server 2008 table.
I have added the table as a linked table but when I query the table, all I
see is #NAME? in each row and field.
If I write a Pass Through Query using the same DSN and the same criteria, it
works fine.
Here's my query:
SELECT dbo_ITEMS.ORDERNO, dbo_ITEMS.ITEM_ID, dbo_ITEMS.ITEM
FROM dbo_ITEMS
WHERE (((dbo_ITEMS.ORDERNO)=142011));
Any ideas what is wrong?