I have a client that has a large Access db. They are installing MS SQL and will be installing an app that will use the MS SQL db. However, the MS SQL app will need to get information from the Access db.<br><br>I want to replicate or copy the data I need from the Access db to the MSSQL db. I know I can use an import/export mechanism (Access>>export to export.csv>>import into MSSQL) but this is a manual method.<br><br>I know that Access can work with ODBC to connect to an external MSSQL db table. Can I do the reverse and have an MSSQL db table poll data from an Access table? All I need is for MSSQL to read from Access; MSSQL does not need to write to Access.<br><br>Is there a mechanism to do this (via ODBC or other), and if so, how would it work?<br><br>Please reply to this forum or to my email address at <A HREF="mailto-pavl@sympatico.ca">p-pavl@sympatico.ca</A>.<br><br>Thank you in advance for any help.