Linked Table manager

G

Guest

I have just installed Access2003 - The VBA code I use to link tables in
Access2000 no longer works and when I manually try to use the link table
option and select ODBC as my file type nothing happens - when I run
Access2000 it works fine. The Access2003 Book I have said I should be able
to do it. what am I doing wrong.

The VBA code I have been using is as follows

DoCmd.TransferDatabase acLink, "ODBC", strConnectionString, acTable,
strTableName, strTableName, False
 
V

Van T. Dinh

According to Help, it should be "ODBC Database", not just "ODBC".

Check Access 2003 VB Help on the TransferDatabase Method. There is a sample
code using "ODBC Database".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top