Oscar Mike
New member
- Local time
- Today, 09:47
- Joined
- Jul 5, 2011
- Messages
- 8
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)
Where Issue_Number is the field, Issue_Tracker is the table and I want the Staff ID's to match up.
Is there a simple solution to this?
Thanks in advance
Also I'm using 2003.
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)
Where Issue_Number is the field, Issue_Tracker is the table and I want the Staff ID's to match up.
Is there a simple solution to this?
Thanks in advance

Also I'm using 2003.