G
Guest
Hello,
I'm trying to create a textbox that will count the name of the most used
proctor in the last 7 days, but instead of giving a number total, it displays
the name of the most used proctor.
I created this in the control box:
=DMax("[Proctor]","L7DProctor"," [DateIn] = Date() -7")
Instead of getting the most used proctor, it displays another proctor's name
with a lesser total.
For example,
If Gail’s name was used 70 times, Donna was used 83 times, barb was used 40
times, and Pauline was use 52 times the text box displays Donna instead of
Gail.
I also tried Dmin and it gave the wrong name also.
Any help would be great
Thank you
Dave.
I'm trying to create a textbox that will count the name of the most used
proctor in the last 7 days, but instead of giving a number total, it displays
the name of the most used proctor.
I created this in the control box:
=DMax("[Proctor]","L7DProctor"," [DateIn] = Date() -7")
Instead of getting the most used proctor, it displays another proctor's name
with a lesser total.
For example,
If Gail’s name was used 70 times, Donna was used 83 times, barb was used 40
times, and Pauline was use 52 times the text box displays Donna instead of
Gail.
I also tried Dmin and it gave the wrong name also.
Any help would be great
Thank you
Dave.