Hello folks; hoping someonw can point me in the right direction with reports here; I'm not sure what to "search" for - so hopefully this means something.
I have a simple enough table with Customer records in it. (tblCustomers). This has the usual things like address details. Its pk is customerID.
For each customerID, there may be multiple Contacts - listed in tblContacts - easy enough to create a form which displays the company and then a list of the contacts associated to that customer.
However, each customer may also have multiple activities - from tblActivities (basically marketing conversations).
What I'm looking to do is call the report with the CustomerID, show the Customer information, then all of the contacts (as one block) for that customer and then finally, underneath the contacts, list all of the activities by their date.
Am I looking for a sub-report? Or is there a better way?
Thanks!
I have a simple enough table with Customer records in it. (tblCustomers). This has the usual things like address details. Its pk is customerID.
For each customerID, there may be multiple Contacts - listed in tblContacts - easy enough to create a form which displays the company and then a list of the contacts associated to that customer.
However, each customer may also have multiple activities - from tblActivities (basically marketing conversations).
What I'm looking to do is call the report with the CustomerID, show the Customer information, then all of the contacts (as one block) for that customer and then finally, underneath the contacts, list all of the activities by their date.
Am I looking for a sub-report? Or is there a better way?
Thanks!