Unfortunately, I have to create an application in Access97. 
I have a user defined class that I am using to avoid binding the controls on a form to the tables, among other needs. It works great on one form. My problem lies in trying to reference the same instance of the UDC in a second form that opens from the first form (in code inside of the form class module). Do I need to push the code and the references to the UDC to a normal module? Any ideas? Can it be done? Thanks.
I have a user defined class that I am using to avoid binding the controls on a form to the tables, among other needs. It works great on one form. My problem lies in trying to reference the same instance of the UDC in a second form that opens from the first form (in code inside of the form class module). Do I need to push the code and the references to the UDC to a normal module? Any ideas? Can it be done? Thanks.