I have a table named tblMultiple that (might) contain temporary data for a report. When the user selects a report button I had created, I want to verify if there is any data in that table prior to pulling up this report. If there is not any data, I want to give them a message that there is no data. If there is data then I want to pull up the report. Any suggestions?