Can't find my Front End Folder after database split

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I just split my database base to allow for ease of use for multiple users.
Ererything, it seemed, went smoothly until i try to find the fron-end folder.
It is nowhere to be found. Should it be label ****_fe.mbd like the back end?

Please help.

Thaanks.
 
It will be called that, unless you typed something else in the save as
dialog. I thought it ended up in the same folder as the backend after
splitting.
Easiest way is to go back to the original and split it again, this time take
note of where you save it before you press the button.

Jeanette Cunningham
 
I just split my database base to allow for ease of use for multiple users.
Ererything, it seemed, went smoothly until i try to find the fron-end folder.
It is nowhere to be found. Should it be label ****_fe.mbd like the back end?

No; it will have the same filename as your original unsplit database, with no
suffix. That is, if you split MyData.mdb you will get a new MyData.mdb (with
all the tables linked instead of local), along with MyData_be.mdb.

Try opening the database and look at the Tables window in the database screen.
Each tablename should have a little arrow icon next to it indicating that it
is a linked table. The size of the file should also be considerably smaller
than the size of the backup that you made before splitting (ummm... you DID
make a backup... right??)
 
Thanks John, I should have checked it before sending.

Jeanette Cunningham
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top