I am looking to open a form in a subform control, but in "Add" mode. Here is my code to date:
How do I let the subform control know that I want the form opened in "Add" mode?
Code:
Case conCmdOpenFormAdd
With Me.chiSwitch
.SourceObject = rs![Argument]
.Visible = True
End With
How do I let the subform control know that I want the form opened in "Add" mode?