A family of Microsoft relational database management systems designed for ease of use.
Ok . .
this is actually a very frustrating issue.
I finally got a zero by using a dcount on the underlying query rather than counting the records on the form.
In my test form I have a subform that list records based on criteria in fields on the main form
In the subform I saved the underlying query as a named query . . qfs_LIST
In the main form I placed a control CNT_RECS with control source of
=DCount("[JPO_KEY]","qfs_LIST")
when this calcs the total it displays 0 if there are no records in the subform dataset.
the trick is to trigger a requery CNT_RECS only when the record count changes
I'm still looking for better suggestions . . .
cheers
PaulG