I downloaded the sample database in
http://www.access-programmers.co.uk/forums/showthread.php?t=105243
and have figured out how to use it, however, I still have a puzzle. In the Visual Basic code window there are two Microsoft Access Class Objects shown, one for the Form_frmInfo and the other named Form_frmLog.
I got the program to work for me in a new application by copying the code from Form_frmLog into the code window which was created when I opened my own frmInfo form. My question is the following: How did the Form_frmLog Class Object get into the Project in the first place? I've tried to add one to the project and the VB project options only allow me to add a Module or a Class Module, but not a Class Object. So, how is this done? and more importantly, why was it done in this program?
http://www.access-programmers.co.uk/forums/showthread.php?t=105243
and have figured out how to use it, however, I still have a puzzle. In the Visual Basic code window there are two Microsoft Access Class Objects shown, one for the Form_frmInfo and the other named Form_frmLog.
I got the program to work for me in a new application by copying the code from Form_frmLog into the code window which was created when I opened my own frmInfo form. My question is the following: How did the Form_frmLog Class Object get into the Project in the first place? I've tried to add one to the project and the VB project options only allow me to add a Module or a Class Module, but not a Class Object. So, how is this done? and more importantly, why was it done in this program?