I have a question. I have linked tables and non-linked tables in my database frontend connected to the backend. (Linked tables on frontend that links to the backend)
I would like a feature where in the startup of my access application, it would check to see if all my linked tables are valid (linked), and if it is not then it will prompt the user or something (not sure what is a good way to handle this situation)
I would also like an 'open' feature in my file menu where it would open a backend db with the tables that were linked from the frontend and relink it to the current db you've opened (assuming the same table definitions are in that db as well) TIA
I would like a feature where in the startup of my access application, it would check to see if all my linked tables are valid (linked), and if it is not then it will prompt the user or something (not sure what is a good way to handle this situation)
I would also like an 'open' feature in my file menu where it would open a backend db with the tables that were linked from the frontend and relink it to the current db you've opened (assuming the same table definitions are in that db as well) TIA