Hi all,
I've been having a bit of trouble trying to realize the following goal on a report, I'm hoping I'm just overlooking a simple solution..
I coordinate a research study that offers participant compensation. A participant receives 4 payments of amounts depending on the visit level. I disburse money to our staff and they in turn give it to patients. The amounts vary and the money I disburse might go unused if a patient cancels or be used for a different level of visit. To track this I currently have a disbursement table and a patient receipt table, both related by my employees table.
What I'd like to be able to do is, run a report that shows me the disbursements and receipts for a period then calculates the difference to show me their balance. I've got queries that can do the individual parts of the calculation for me, but getting them to feed into one clean report has been rough. I have one form that feeds the parameters to multiple queries but this is messy as it opens up all the isolated queries and I'm not sure how to make this all feed into a report. Do I need to incorporate some sort of VBA code to make this all flow?
I'm fairly new to this and would appreciate any help.
Thanks,
Aiden
I've been having a bit of trouble trying to realize the following goal on a report, I'm hoping I'm just overlooking a simple solution..
I coordinate a research study that offers participant compensation. A participant receives 4 payments of amounts depending on the visit level. I disburse money to our staff and they in turn give it to patients. The amounts vary and the money I disburse might go unused if a patient cancels or be used for a different level of visit. To track this I currently have a disbursement table and a patient receipt table, both related by my employees table.
What I'd like to be able to do is, run a report that shows me the disbursements and receipts for a period then calculates the difference to show me their balance. I've got queries that can do the individual parts of the calculation for me, but getting them to feed into one clean report has been rough. I have one form that feeds the parameters to multiple queries but this is messy as it opens up all the isolated queries and I'm not sure how to make this all feed into a report. Do I need to incorporate some sort of VBA code to make this all flow?
I'm fairly new to this and would appreciate any help.
Thanks,
Aiden