I have a form with one subform. I want to test the subform for records after I update the Master Form. Such As:
If Me.subform is Null Then
do this
Else
End If
I've tried If is Null *** and If Not Empty*** what is the proper syntax? I know I've done it before.
Please help....
If Me.subform is Null Then
do this
Else
End If
I've tried If is Null *** and If Not Empty*** what is the proper syntax? I know I've done it before.
Please help....