M
mattc66 via AccessMonster.com
I have in my OnOpen Event the following:
If CntlName = "XYZ" Then
Me.txtBOX = "ZYX"
End If
When I open the Report it say the CntlName has no value. However it does,
because if I remove this code the CntlName shows up on the Report.
Help!
Matt
If CntlName = "XYZ" Then
Me.txtBOX = "ZYX"
End If
When I open the Report it say the CntlName has no value. However it does,
because if I remove this code the CntlName shows up on the Report.
Help!
Matt