I am trying to open a form in access 2007 Frm_LabelToPrint_Config and check for any records.
The code will then take actions if there are records.
Other actions if the recordset is empty.
The form is bound to a table Tbl_LabelsToPrint_Config
Here is the code for this
DoCmd.OpenForm...