I am trying to copy all the tables, queries, forms and modules ove

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

Guest

and I keep getting a Visual Basic error when trying to open the new copy of
the database. It is in the File List Module in the MyResolver. It is saying
Invalid User of New Keyword. But I checked the old database and this
information is exactly the same there. why would I be getting this error? I
did not write this database
 
I would reccomend moving to Access Data Projects

with your current MDB crap you have to worry about things like DAO-- because
most MDB dorks use DAO because they're too fat and lazy to learn a real
library
 
It's difficult to say without seeing the actual line of code that's raising
the error, but I suspect that MyResolver is a customer ActiveX DLL you're
using.

In the database where it works, go into the VB Editor, select Tools |
References from the menu bar, and compare the list of selected references to
the selected references in the database where it doesn't work.
 
Thanks for the help. I had checked there..but never thought of the order
they were in. I knew they had priority- but you would think it wouldn't
matter much. I checked the original and then ordered the References exactly
as they were in the original db and it worked. Thanks This site is a life
saver.
 
Back
Top