Is it possible to use a Dlookup as a sort and Grouping category in a report. I have a report that brings in an employee's ID# but I would like it to sort by the employee last name. I know the lookup works (I tested it in a temporary report (as a control source for a field) but it doesnt work as a sort field. Other suggestions are welcome but the users are just plain confused at the sort order (by ID#) at the moment.
=DLookUp("Expr1","qryActiveEmployeeFullNames","SOP_txt_PRReviewerID = EMP_txt_EmplID"
By the way I inherited Expr1 as a query field and would have to rewrite the Db to get rid of it.
=DLookUp("Expr1","qryActiveEmployeeFullNames","SOP_txt_PRReviewerID = EMP_txt_EmplID"
By the way I inherited Expr1 as a query field and would have to rewrite the Db to get rid of it.