I am writing an Access Database that links into an SQL server using ODBC links. Some of the tables on the server have invalid field names, EG: "Reg.No."
These tables refuse to be linked to access because of the naming convention. Though my limited access to the server, I can run a DTS module that will convert the field names and will export the data into my access database, but this is a slow process (35,000+ records) and creates a copy of the table rather than an ODBC link to the original.
Having several off site tables in the database is something i want to avoid at all costs. I'm no SQL Server admin, I just have read access to the relevant tables to my project.
Is there any easy way to achieve this?
These tables refuse to be linked to access because of the naming convention. Though my limited access to the server, I can run a DTS module that will convert the field names and will export the data into my access database, but this is a slow process (35,000+ records) and creates a copy of the table rather than an ODBC link to the original.
Having several off site tables in the database is something i want to avoid at all costs. I'm no SQL Server admin, I just have read access to the relevant tables to my project.
Is there any easy way to achieve this?