Subscript out of range when splitting

G

Guest

I am trying to split a database which is linked to other database. The main
Database is linked to the customer Database and also to the Capital
expenditure database. Not sure if that is the problem but when I attempt to
split the main database it always comes back with "Subscript out of Range" I
acknowledge this and get the message "Invalid procedure call or argument"
Any Ideas on where to start?
Thanks
 
A

Allen Browne

This message probably indicates a problem with a reference or a wizard.

Firstly, make sure you references are okay. Open a code window, and choose
References on the Tools menu. If any are marked "MISSING", see:
Solving Problems with Library References
at:
http://allenbrowne.com/ser-38.html
Then make sure your code compiles, by choosing Compile on the Debug menu.

If that doesn't solve it, Microsoft has a page on how to solve wizard
problems:
http://support.microsoft.com/?id=303769
 

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

Similar Threads


Top