I know this is a simple but tricky question.
I need to be able to reference the controls on a subform.
The form frmMain has a sub form named frmSub. The real name of the sub form is frmLineItems.
How do I reference the recordset without using ME?
This works: Set Me.Recordset = rst
That codes executes in the form load section.
I need to be able to reference the controls on a subform.
The form frmMain has a sub form named frmSub. The real name of the sub form is frmLineItems.
How do I reference the recordset without using ME?
This works: Set Me.Recordset = rst
That codes executes in the form load section.