I have an access form that gives a user the opportunity to search a database by specific values of different fields to pull up all records that match the search criteria. When the submit button is pressed, it brings up all the records with that criteria. If the user wants to print this report, another button is pressed and the report is printed. My question is how to get the value(s) of the user's search criteria , by using a text box?, into the header of the report page so that when the sheet is printed it is easy to tell what the report was based on. Would I use an expression or some other format??