S
Steve S
In a called module (not bound to a form)I use the following to create Object
Variables to reference objects on a form. Do I have to define them in each
module or can I define them once in a public module and use the reference in
all modules as needed? If I do that when is the reference compiled?
Dim frmEntry As Form
Dim subFrmEntry As Form
Set frmEntry = [Forms]![Indvl Entries]
Set subFrmEntry = frmEntry![Entries Subform].[Form]
Steve S.
Variables to reference objects on a form. Do I have to define them in each
module or can I define them once in a public module and use the reference in
all modules as needed? If I do that when is the reference compiled?
Dim frmEntry As Form
Dim subFrmEntry As Form
Set frmEntry = [Forms]![Indvl Entries]
Set subFrmEntry = frmEntry![Entries Subform].[Form]
Steve S.