Splitting Database

L

Lowner

Good morning everyone,
I am trying to split my database but I get the following messages, 1.)
"Subscript out of Range" and 2.) Invalid Procedure Call or Argument." Any
idea on what it the cause and how to fix this. I Still get an
DAtabaseName_be.mdb file created.
 
J

Jeff Boyce

One possibility is that the code in your .mdb file is not fully-compiled.

Open a code module, click Debug, then Compile. If the compile fails, it
should give you error messages that can help you identify what needs to be
fixed. Once those are fixed, and the Compile works, try splitting again.

As an alternate approach, make a copy of the .mdb file you wish to split
(actually, make a backup first!). Now take the original and delete the
tables (this is why you made a backup!). Take the copy and delete
everything except the tables.

Reopen the original and use File | Get External ... | Link ... to point
to/link to the back-end tables.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
L

Lowner

Yeah, that is how I ended up doing it, but I will still go back to the one I
saved and do as you recommened, just so that I can be better aware and
informed with those issues. Thanks
 

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

Top