Import Structure Only Reference Errors

P

Paul

I am creating a clean database from an existing database by importing the
structure only from the existing database. Immediately after importing, I
can run forms and queries in the clean database and they work fine. I close
the clean database and reopen it and I get errors "undefined function in
expression". I have opened the VBA editor and looked at the references and
nothing is indicated as Missing, and identical references are checked in the
existing and clean database. I have tried checking and unchecking different
references and it does magically fix the error. What can I do to fix this?
 
Top