I created a report that is getting a criteria from a form, when the report is started it opens the form and the user typed in the criteria in a combo box. The OK button on the form is clicked and the report is displayed. This is all working fine except that when there is no match in the table for the criteria entered an empty report is produced. I need some help in setting up an error message when the obove situation occurs. I am also not sure if this message should be placed in a procedure for the form or the report. Thanks in advance for your help.