Subscript out of range when splitting

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top