Here is one I've been struggling with for a couple of weeks.
On a report I have a query that has records with both Check box fields and Test Fields.
I was able to get a sum of all the records in that query that had the text "GAMC" in the two text fields [Pl Ri Ki] & [Pl Lt Ki] by using
=Sum(IIf([Pl Rt Ki]="GAMC",1,0))+S um(IIf([Pl Lt Ki]="GAMC",1,0) )
Now I want to know how may of that text from the two text fields are on the records of two check fields.
From Column A (check box yes) and Column B (check box yes), how many times was "GAMC" listed in the text fields {Pl Rt Ki} & {Pl Lt Ki}.
Hope that makes sense and is it doable?
Thanks again,
I do try to research and figure things out on my own but today I just had to reach out on a few items.
J
On a report I have a query that has records with both Check box fields and Test Fields.
I was able to get a sum of all the records in that query that had the text "GAMC" in the two text fields [Pl Ri Ki] & [Pl Lt Ki] by using
=Sum(IIf([Pl Rt Ki]="GAMC",1,0))+S um(IIf([Pl Lt Ki]="GAMC",1,0) )
Now I want to know how may of that text from the two text fields are on the records of two check fields.
From Column A (check box yes) and Column B (check box yes), how many times was "GAMC" listed in the text fields {Pl Rt Ki} & {Pl Lt Ki}.
Hope that makes sense and is it doable?
Thanks again,
I do try to research and figure things out on my own but today I just had to reach out on a few items.
J
Comment