A family of Microsoft relational database management systems designed for ease of use.
A common or often used approach is to create a temp accDB file in in the same folder as the front end (since all users have their own front end, right???).
You thus create the temp accDB, link some tables to the temp DB.
A sample database that achieves this result is here:
http://www.granite.ab.ca/access/temptables.htm
I also suggest that a copy of the table structure be placed in the front end, and upon creating of the temp ACCDB, then you execute a transferDatabase command to popular the temp ACCDB with the required tables, and then link to such tables. That way you don’t write code to “maintain” or have to create the temp table but simply maintain the blank table as part of the application in the front end.
As for table re-linking code - well that quite much part of any application that been split, since you often have to re-link the database during testing and development.
Regards,
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada