Weird Error

C

Chris Nebinger

I have a database with 12 custom classes and 8 UDT's.

Whenever I try and debug, I get an error about user-
defined type not defined. The error comes and goes.
Sometimes it doesn't appear, but most times it does.

It also does not highlight any line of code, and all code
runs fine.

I am confused as to why it comes up. All my UDT's are
being used and defined correctly.

Anyone run across this before?
 
J

John Spencer (MVP)

Once a long time ago.

I vaguely recall that I ended up importing everything into a new database. I
tried several other things first - decompile switch, compact and repair, etc.
What worked was to import everything into a new database.
 
C

Chris Nebinger

Well, that seemed to fix it.

I'll have to file that one away in my rainy day list.


Chris Nebinger
 
Top