Can u explain this method step by step b'coz im not clear with this.
Make a backup of your database.
Open the database.
On the menu select Tools... Database Utilities... Database Splitter.
Follow the instructions.
Access will create a new .mdb file by appending _BE to the database
name; this is the "backend" and will contain the Tables (and nothing
else). The .mdb file that you started with will now contain only links
to the tables, not the tables themselves, and all your queries, forms,
reports and so on.
It can be copied so that each user has a copy on their own computer;
the backend database should be put onto a shared drive to which
everyone has full read/write/create/delete access.
John W. Vinson[MVP]