G
Guest
I have a report that counts items from 4 separate tables that are created
using a macro that runs make 4 table queries.
Each item is counted using a DCount expression for example:
=DCount("[SSNumber]","tblIntakeBarriers","[PARTIndividualwDisabilty2] = 'Y'")
My problem is that a person (SSNumber) can have multiple items that equal Y.
I want to count the SSNumber only ONCE from each table; so I have an
unduplicated count of clients.
Is this possible?
Thx!
using a macro that runs make 4 table queries.
Each item is counted using a DCount expression for example:
=DCount("[SSNumber]","tblIntakeBarriers","[PARTIndividualwDisabilty2] = 'Y'")
My problem is that a person (SSNumber) can have multiple items that equal Y.
I want to count the SSNumber only ONCE from each table; so I have an
unduplicated count of clients.
Is this possible?
Thx!