S
Sue
I have a query based 2 tables:
tblClient - using 3 fields [LN] (last name), [FN] (first name) and [DOB]
(date of birth)
tblSession - using 1 field, [SessionDate]
I've got an additional column in the design grid which calculates each
client's age from their DOB.
I "grouped by" a count of SessionDate's.
I want to develop a report which will be used to "flag" (via conditional
formatting) when either of these 2 conditions are met... and both of the
conditions involve working with more than one field:
If client is less than 18 years of age, I want to be alerted once the client
has had 16 sessions.
If client is 18 years of age or older, I want to be alerted once the client
has had 4 sessions.
I'm stuck. Do I do something with conditional formatting in this report to
achieve my goal, or do I need to do something else in the query on which the
report is based first?
Thanks.
tblClient - using 3 fields [LN] (last name), [FN] (first name) and [DOB]
(date of birth)
tblSession - using 1 field, [SessionDate]
I've got an additional column in the design grid which calculates each
client's age from their DOB.
I "grouped by" a count of SessionDate's.
I want to develop a report which will be used to "flag" (via conditional
formatting) when either of these 2 conditions are met... and both of the
conditions involve working with more than one field:
If client is less than 18 years of age, I want to be alerted once the client
has had 16 sessions.
If client is 18 years of age or older, I want to be alerted once the client
has had 4 sessions.
I'm stuck. Do I do something with conditional formatting in this report to
achieve my goal, or do I need to do something else in the query on which the
report is based first?
Thanks.