A family of Microsoft relational database management systems designed for ease of use.
Hello MJ
When I split a database I do it in a slightly unconventional manner.
1.Create a copy of the complete database 2. Strip all the tables and queries from one and all the forms etc from the other. 3. From the one with the forms left in it use the import data function (Access) and search for the copy with the data in it. 4. Create linked tables from the (now) backend to the (now) frontend. You have recreated the original database but all the tables are in a backend.
I have never had any trouble doing it this way as the databases are, by definition, identical to each other.
Hope this helps
Geoff