I am importing tables from SQL Server into Access. These tables have unique indentifier number as key. The syntax/notation is {592D0F47-E7FE-E555-74FF-000474D2A283}. How should I refer to them in a query? I have tried {592D0F47-E7FE-E555-74FF-000474D2A283}; (592D0F47-E7FE-E555-74FF-000474D2A283); '592D0F47-E7FE-E555-74FF-000474D2A283', and "592D0F47-E7FE-E555-74FF-000474D2A283". None of these work. Any suggestions?
Thanks, on advance.