Viewing 3 posts - 1 through 3 (of 3 total)
I see that you need to remove two lines of code that was for our application that stored the current link in one of our tables named "System"
Remove the following...
November 17, 2006 at 9:31 am
You might like to look at the answer I put in a previous question this week at http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=131&messageid=322662.
This code 1. removes all links, 2. asks for the DSN...
November 17, 2006 at 6:42 am
Here is the code that we use to connect to all the tables in a SQL database. This does not attach to views. Hope this helps.
Bob
Sub Attach()
DoCmd.Hourglass True
...
November 15, 2006 at 10:00 am
Viewing 3 posts - 1 through 3 (of 3 total)