I have a database that has two back-ends. One with a back-end that user inputs into, and another back-end that I test with. The database(front end) is on my network folder w/the test back end linked to it. Every time that I have a new roll-out or fix for the database, I create an .mde file and put it on the users network folder. Since the .mde file has my(test back-end) tables linked to it I have to relink the tables from the users back-end to the .mde file, so I don't get their information mixed up with mine. Both back-ends have the same tables except for when the user creates a new account table. The only way that the link table manager works right, is if you have the same tables in both the front_end.mdb and the .mde file. Now all the tables that are on the database(front end) are linked from my test back-end, and the tables that are on the .mde file are linked from the users back-end, just to make that clear.
My question is every time the user creates an account number how can I get that account number linked to my front_end.mdb database when I open it? I don't really need it on my test back-end because I don't fool with the account tables in the test version. I only need to do this because I need the same tables in the front-end that I need for the .mde file.
This question probably sounds confusing, sorry.
My question is every time the user creates an account number how can I get that account number linked to my front_end.mdb database when I open it? I don't really need it on my test back-end because I don't fool with the account tables in the test version. I only need to do this because I need the same tables in the front-end that I need for the .mde file.
This question probably sounds confusing, sorry.