I inherited a access database application. The Access portion is pretty much a front-end utilizing linked tables. These linked tables exist on SQLServer. When I go into the Linked Table Manager, I see all the linked tables listed. The entries all look similar to this:
tblCustomers (DATABASE=OUR_SQL
My confusion is how the developer linked these tables. My problem is that I need to add more linked tables in the same way. Other than via an ODBC DSN, I am not sure how I can do this.
Not sure whether it matters, but users of this application all belong to a Windows Group. This Windows group is granted access in the SQLServer.
Any suggestions would be appreciated.
Thanks in advance.
tblCustomers (DATABASE=OUR_SQL
My confusion is how the developer linked these tables. My problem is that I need to add more linked tables in the same way. Other than via an ODBC DSN, I am not sure how I can do this.
Not sure whether it matters, but users of this application all belong to a Windows Group. This Windows group is granted access in the SQLServer.
Any suggestions would be appreciated.
Thanks in advance.