linking splited database

Newbie Member
13Nov2008,17:16   #1
ksaleh's Avatar
I goted an application with four mdb files, the database tables are devided on thre files.. I want to put the application running.. what am supposed to do.. especially when I try to link the operation cannot be completed due to the path of some tables...


Thank you
Team Leader
2Dec2008,17:29   #2
coderzone's Avatar
There are more than one option to you.

1. Import your 3 files into 1 file and then you will have no problems at all.
2. You connect to 4 different database and remember this can become very memory intrinsic.

I would suggest you should be doing with importing because I don't see a reason to have more than one files.