R
Rick
I'm opening Form "Properties" with data from Query "Search"
DoCmd.OpenForm "Properties", acNormal
Forms!Properties.RecordSource = "Search"
If the Record Count returned from the "Search" Query is zero I want to
close the "Properties" form and display a message box.
Can anyone help me with testing for zero records returned?
Thanks VERY much for any assistance you might offer.
Rick
DoCmd.OpenForm "Properties", acNormal
Forms!Properties.RecordSource = "Search"
If the Record Count returned from the "Search" Query is zero I want to
close the "Properties" form and display a message box.
Can anyone help me with testing for zero records returned?
Thanks VERY much for any assistance you might offer.
Rick