T
Tyler Denmead via AccessMonster.com
Hi,
I would like to do a dcount using two criteria.
One criteria is located in the form named "Student Data Entry" in an
unbound text box named "Age" that calculates a student's age using this
formula: =DateDiff("yyyy",[Birthday],Date())-IIf(Format([Birthday],"mmdd")
The second criteria is a field named "1Q" in the same form. The data can
be 1-4.
So, in a report, I'd like to calculate in an unbound text box, for example,
14 year olds with 1's in the 1Q field.
Any ideas?
Thank you!
tyd
I would like to do a dcount using two criteria.
One criteria is located in the form named "Student Data Entry" in an
unbound text box named "Age" that calculates a student's age using this
formula: =DateDiff("yyyy",[Birthday],Date())-IIf(Format([Birthday],"mmdd")
Data Entry," the source for the form. Students are typically 14-18.Format(Date(),"mmdd"),1,0). [Birthday] is the field in the query "Student
The second criteria is a field named "1Q" in the same form. The data can
be 1-4.
So, in a report, I'd like to calculate in an unbound text box, for example,
14 year olds with 1's in the 1Q field.
Any ideas?
Thank you!
tyd