G
Glenn
In the event procedure of the search button add the
following code at the end:
if Me.RecordsetClone.RecordCount = 0 then
MsgBox "There are no records matching criteria."
End If
Glenn.
following code at the end:
if Me.RecordsetClone.RecordCount = 0 then
MsgBox "There are no records matching criteria."
End If
Glenn.