I created a report listing all completed and uncompleted courses for an employee; derived from a query. The query and the report when is first opened, has an input dialog box, “Enter Parameter Value”, which is the employee ID#. All completed courses have a completion date. The report is sorted first with completed courses, with the subjects in alphabetical order with their corresponding completion dates, and then the uncompleted courses (no dates) sorted alphabetically. In my Page Header of the report I have a text box labeled [Updated:]. The calculated control result I want displayed is the most current date of the completed dates listed in the report, which is the last date a course was taken. I have used a Dmax formula below, however, I always get an “#Error” displayed. The formula used: =DMax("[DateCompleted]","qryIndEmployeeCompDelReq”, “[DateCompleted]=[Updated:]”). The first part is the expression which I want to display the date completed; the second is the query that the data is from; the third is the criteria which is the most current date listed in the query. Thanks for anyone whom could help. (If I may address this issue to Mr. Joe Miller, whom responded to a "DMax" question from another user on June 27, 2001.) Curtis....