I want to display the number of fields that contain "not null" values. I can do it on a report...in a roundabout way...what I did was a DCount function on one field, then the other..in two separate control boxes, and then added them together in another control box(TotalParent).....I'm sure
it's the scenic route through a bad neighborhood.
Anyway...I want to put that number on my main form page, and I'm having trouble. I've tried
=[Reports]![Parent Query]![TotalParent]
What can I do to calculate the number of not null values in "field_1" and "field_2", which reside in the report (Parent Query), and display the number on MainForm?
it's the scenic route through a bad neighborhood.
Anyway...I want to put that number on my main form page, and I'm having trouble. I've tried
=[Reports]![Parent Query]![TotalParent]
What can I do to calculate the number of not null values in "field_1" and "field_2", which reside in the report (Parent Query), and display the number on MainForm?