PDA

View Full Version : Code cannot recognize a Referenced Class Module



mud2
04-19-2006, 08:17 AM
I have two ACCESS Projects(?) containing only modules that I use to "REFERENCE" into other ACCESS projects. One Has A regular module that contains several functions, and a Class module called MyStack. The other has only the MyStack Class module.
In a separate project into which that I REFERENCE these modules I have a FORM that tests these modules.
When I test the functions in the "Regular" module all is well, but when I test the MyStack Module ACCESS tells me that I am using an undefined term.
When I look at the Project Explorer I can see the current project and the referenced modules. If I DRAG MyStack into the current project it Works. This happens if I reference the two module or one module projects.
ACCESS can't find MyStack! So now what stupid thing kahe (or haven't) I done?