L
LP
Is it possible to use the division operator in control source?
For example, using
=DCount("[Field1]","qryX","[Field1]=True")+DCount("[Field2]",qryX","[Field2]=True")......+DCount("[Field6]","qryX","[Field6]=True")
and then I want to divide the number, in the same control, by the number of
fields (6 in the example) to obtain the average.
regards
For example, using
=DCount("[Field1]","qryX","[Field1]=True")+DCount("[Field2]",qryX","[Field2]=True")......+DCount("[Field6]","qryX","[Field6]=True")
and then I want to divide the number, in the same control, by the number of
fields (6 in the example) to obtain the average.
regards