Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I manage linked tables using Microsoft Access security?

0
Posted

How do I manage linked tables using Microsoft Access security?

0

The main issues involved here are: • Providing users with sufficient permissions for them to connect or reconnect their application to the back-end database. • Resolving the differences in permission settings between tables in the front- and back-end databases. Four techniques are available to change a back-end connection: • Use the RefreshLink method after altering the connection string for a TableDef. • Use the TransferDatabase command to link the back-end tables. • First delete the existing link and then re-add it with the new connection string by using the Connect property of a TableDef object. • Use the Linked Table Manager (in Access 2.0 this is called the Attachment Manager) Although the use of RefreshLink probably seems the more “elegant” solution, it has the drawback of requiring Read Data permissions on the back-end base table in order for the user to be able to execute the method. For instances where the only access is to be provided by RWOP queries, the re-creation of the c

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123