PDA

View Full Version : More on Accessing A Query's Results And CreateForm()



mud2
04-01-2005, 12:12 PM
In a Select query, I want to refer to a method of a class in the Criteria field. Ie ThisObj.Get_ID. The class ThisObj is instantiated in a Module (Not a class module, where it is defined), and is visable to all the forms in my current database, but quries don't seem to be able to see it!

Also, in CreateForm(,"Template..."), the template does not work! Any hints?