Splitting a DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have tried to split my db in to a front and back end gives me anm error
Subscript out of range????????
 
or of course; you could use a real database engine such as SQL Server;
and then you don't have to deal with splitting and sync'ing and copying
the small tables to the front end; etc

if you're building a database in the year 2006; for christ sakes--
don't use MDB
 
Back
Top