J
JamesJ
Hi. I have a continuous form that is based on a select statement
that checks the value of a record's check box. If the check box's
value is Yes the record is displayed.
Simply put there are times when I am certain the recordset will
return no records. When no records are returned the form opens
fine but nothing at all is displayed.
I would like to check for no records and then display a MsgBox
or add an unbound label to be displayed only if there are no records.
How can I check for no records?? I considered checking the
recordset's BOF and the EOF or the Recordcount but don't know
were to start. Any help will be appreciated.
Thanks,
James
that checks the value of a record's check box. If the check box's
value is Yes the record is displayed.
Simply put there are times when I am certain the recordset will
return no records. When no records are returned the form opens
fine but nothing at all is displayed.
I would like to check for no records and then display a MsgBox
or add an unbound label to be displayed only if there are no records.
How can I check for no records?? I considered checking the
recordset's BOF and the EOF or the Recordcount but don't know
were to start. Any help will be appreciated.
Thanks,
James