Access to SQL

pcnetmd

Registered User.
Local time
Today, 18:10
Joined
Jan 17, 2003
Messages
11
We have a database application that was created in MS Access. We are wanting to upgrade to using MS SQL Server. We have imported the data from the Access mdb file into a new SQL table, created the ODBC SQL objects to link to, Linked the Access Application to the SQL tables, and pointed the queries, forms, and reports to the SQL tables. BUT the data in the SQL tables are not being displayed in the Access queries, forms, or reports. I have checked the macros and VBA code, but have found no readily visible problems. Any suggestions? Anything I could have forgotten to check for links?
 
When i changed over to sql server, it changed all my table names (added dbo in front of them), so i had to rename them all back again. Could this be the reason?
 

Users who are viewing this thread

Back
Top Bottom