Does anyone know the best way to copy or pass an instance of a class mod from form to form.
Ex.
frmLogin has an instance of class ClsUser called objClsCurrentUser
A cmdOk within frmLogin shows frmMain.
I would like to use or set the instance objClsCurrentUser and its current properties within frmMain.
Thanks for your help.
Newbie
Ex.
frmLogin has an instance of class ClsUser called objClsCurrentUser
A cmdOk within frmLogin shows frmMain.
I would like to use or set the instance objClsCurrentUser and its current properties within frmMain.
Thanks for your help.
Newbie