peterbowles
Registered User.
- Local time
- Today, 02:09
- Joined
- Oct 11, 2002
- Messages
- 163
Hi,
Is there a simple command like the one below you can use for reports if there are no records found
if me.recordsetclone.recordcount = 0 then
msgbox "no records Found
Is there a simple command like the one below you can use for reports if there are no records found
if me.recordsetclone.recordcount = 0 then
msgbox "no records Found