I'm using CR9 Pro with a SQL database.
In my database I have a heirarchy of records like this:
Headquarters (HQ) - an HQ record can have linked EMP (Employee records) as well as linked BREW (brewery records). BREW records that are linked to HQ records can also have linked EMP records. The child records are linked to their respective parent by the parent record's ID number.
I need a list of the HQ's who have a particular payment activity as well as all of the EMP's for both the HQ's and linked BREW records.
Any suggestions?
Thanks.
In my database I have a heirarchy of records like this:
Headquarters (HQ) - an HQ record can have linked EMP (Employee records) as well as linked BREW (brewery records). BREW records that are linked to HQ records can also have linked EMP records. The child records are linked to their respective parent by the parent record's ID number.
I need a list of the HQ's who have a particular payment activity as well as all of the EMP's for both the HQ's and linked BREW records.
Any suggestions?
Thanks.