Mar 9, 2007 #1 ind Programmer Joined Mar 9, 2000 Messages 121 Location US how can i call the Data Link Properties Window from Code to select different SQL server databases?? Please help
how can i call the Data Link Properties Window from Code to select different SQL server databases?? Please help
Mar 12, 2007 #2 PWise Programmer Joined Dec 12, 2002 Messages 2,633 Location US Code: docmd.RunCommand acCmdConnection Perhaps someone can help me to fully automate this not to have call up the data link dilog but to be able to change all the properties with code Upvote 0 Downvote
Code: docmd.RunCommand acCmdConnection Perhaps someone can help me to fully automate this not to have call up the data link dilog but to be able to change all the properties with code