Hi all,
I have an unbounded text box where I want to be able to display the highest number of a certain field in a certain record. I've tried using DMax but all I am getting is #Errors and it's getting frustrating.
=DMax("Issue_Number","Issue_Tracker","StaffID=" & Forms!Manager!StaffID)...