pradeep.atta
New member
- Local time
- Today, 15:54
- Joined
- Jan 8, 2013
- Messages
- 2
Hi,
My front end access tables are linked with backed SQL server 2008 tables
Access table names:
TWF MERGE 1
TWF MERGE 2
SQL server table names:
TWF_MERGE_1
TWF_MERGE_2
I have linked the tables using connection strings and tables are linked successfully.
I am getting error message as "Invalid Object Name TWF MERGE 0 #208" when i tried to run the below query from MS ACCESS:
SELECT count(*) FROM [TWF MERGE 0]
But it is working fine when I run the below query from ACCESS by changing the table name to SQL one:
SELECT count(*) FROM [TWF_MERGE_0]
What I need to do to run the query with Access table name with out any issues? There are hundereds of queries which point to acces table names and need to run them without changing them to SQL ones.
My front end access tables are linked with backed SQL server 2008 tables
Access table names:
TWF MERGE 1
TWF MERGE 2
SQL server table names:
TWF_MERGE_1
TWF_MERGE_2
I have linked the tables using connection strings and tables are linked successfully.
I am getting error message as "Invalid Object Name TWF MERGE 0 #208" when i tried to run the below query from MS ACCESS:
SELECT count(*) FROM [TWF MERGE 0]
But it is working fine when I run the below query from ACCESS by changing the table name to SQL one:
SELECT count(*) FROM [TWF_MERGE_0]
What I need to do to run the query with Access table name with out any issues? There are hundereds of queries which point to acces table names and need to run them without changing them to SQL ones.