sql server - View Connection String Information inside MS Access -
i have been given task, eventual re-write, in meantime, need document going on.
we have access database doesn't store data. access database ui (ms access forms) user uses , data maintained in sql server database. 1 thing cannot seem find is: connection string used ms access connect sql server. need find database / server used store information, cannot seem figure out, nor has google been able give me answers. able help?
open immediate window (ctrl+g)
? currentdb.tabledefs("a_linked_table").connect
will give connect string.
or open table in design view , open properties.
Comments
Post a Comment