Access linked table - login without saving password
问题 I have an Access database which I am moving to an Azure SQL server back-end. I want the users to be able to use a custom form to set the details used for the linked tables. Currently I am using an AttachDSNLessTable to re-create the linked table with a users credentials however this saves the details to the Access file which isn't very secure. I thought about removing the linked tables during the DB close but if the task is killed the connection details will remain. Is there a way I can