B
BrettS
I have a subform table on one of my forms. The fields in this subform of
importance are "Sample Count" and "# of Measurements"
The Sample Count field is an autonumber field, and I want the # of
Measurments field to be a DCount function simply counting the number of
different [Meas ID #] for the Sample Count of that row. I'm not sure how to
put this into the DCount function.
DCount("[Meas ID #]", "[Meas Data]","[Sample Count]=" & ???)
I'm not sure how to complete that to have it look at the Sample Count of
that record. Any help would be very appreciated.
Thanks,
Brett
importance are "Sample Count" and "# of Measurements"
The Sample Count field is an autonumber field, and I want the # of
Measurments field to be a DCount function simply counting the number of
different [Meas ID #] for the Sample Count of that row. I'm not sure how to
put this into the DCount function.
DCount("[Meas ID #]", "[Meas Data]","[Sample Count]=" & ???)
I'm not sure how to complete that to have it look at the Sample Count of
that record. Any help would be very appreciated.
Thanks,
Brett