L
Len
I am trying to connect to a table using ODBC. When I am
in my tables area I can do it by clicking on File, Get
External Data, Link Files, Files of Type = ODBC Databases,
and my Tables appear. I can select any of them under the
Machine Data Source tab and they will Link.
The school wants to do it by clicking on a button in a
form.
When I try it using a Macro I Get Could Not Find Instable
ISAM message.
In my Database Name Field of my Macro I Have
DSN=TestManagerElPaso;UID=User2;PWD=www;LANGUAGE=us_english
;"Database=Pubs"
The Message is it cannot find dbo.SaTest
DoCmd.TransferDatabase acLink, "ODBC Database", _
"ODBC;DSN=SATManagerElPaso;UID=User2;PWD=www;LANGUAGE=us_en
glish;" _
& "DATABASE=pubs", acTable, "dbo_SaTest", "SaTests"
I only did this once before, so I do not have too much
experience with ODBC's.
I do not want to double post so please respond if you know
what I am doing wrong. I have been trying to make it work
since last Friday.
Thank You in Advance
in my tables area I can do it by clicking on File, Get
External Data, Link Files, Files of Type = ODBC Databases,
and my Tables appear. I can select any of them under the
Machine Data Source tab and they will Link.
The school wants to do it by clicking on a button in a
form.
When I try it using a Macro I Get Could Not Find Instable
ISAM message.
In my Database Name Field of my Macro I Have
DSN=TestManagerElPaso;UID=User2;PWD=www;LANGUAGE=us_english
;"Database=Pubs"
The Message is it cannot find dbo.SaTest
DoCmd.TransferDatabase acLink, "ODBC Database", _
"ODBC;DSN=SATManagerElPaso;UID=User2;PWD=www;LANGUAGE=us_en
glish;" _
& "DATABASE=pubs", acTable, "dbo_SaTest", "SaTests"
I only did this once before, so I do not have too much
experience with ODBC's.
I do not want to double post so please respond if you know
what I am doing wrong. I have been trying to make it work
since last Friday.
Thank You in Advance