T
T Best
hey all,
hopefully i'll be able to explain this right. i have a text box in a footer
that is doing a record count of coverages. i have 2 different coverage
codes. i only want the footer to count the records where the COV ='GEN'.
this is what i have but i'm getting a syntax error. is the code sort of
right or am i doing it wrong?
=" (" & Count(*) WHERE [COV]='GEN' & " " &
IIf(Count(*)=1,"policy","policies") & ")"
TIA
Ted
hopefully i'll be able to explain this right. i have a text box in a footer
that is doing a record count of coverages. i have 2 different coverage
codes. i only want the footer to count the records where the COV ='GEN'.
this is what i have but i'm getting a syntax error. is the code sort of
right or am i doing it wrong?
=" (" & Count(*) WHERE [COV]='GEN' & " " &
IIf(Count(*)=1,"policy","policies") & ")"
TIA
Ted