D
David Hunt
Is there an easy way to code the following...
I'm looking for the easy way to code the "If Form is empty
then" statement...
DoCmd.OpenForm "Form"
If Form is empty then
Do X...
Else
Do Y...
End If
thanks much
I'm looking for the easy way to code the "If Form is empty
then" statement...
DoCmd.OpenForm "Form"
If Form is empty then
Do X...
Else
Do Y...
End If
thanks much