G
Guest
Running Access 200
I have a problem with data on my tables. I have one table w/ patient information, one w/ payment info for each patient, and one with denial codes for each patient's account. They are all linked by acct_num (account number).
My problem is this. I want to pull distinct payment information for each patient but I have to generate reports based on the denial codes. Some accounts have multiple denial codes and when I create a report for one week I may have the same account appear multiple times on the report, along with it's cooresponding payment info. This really inflates my grand totals at the end and causes a problem
How can I get distinct payment information? I was thinking of putting a date in my patient info table that was the date the acct was originally denied. I pull this info in from daily import. I have this date in my denial codes table also but it is associated with, if the patient has them, multiple denial codes
Any suggestions
TIA
John
I have a problem with data on my tables. I have one table w/ patient information, one w/ payment info for each patient, and one with denial codes for each patient's account. They are all linked by acct_num (account number).
My problem is this. I want to pull distinct payment information for each patient but I have to generate reports based on the denial codes. Some accounts have multiple denial codes and when I create a report for one week I may have the same account appear multiple times on the report, along with it's cooresponding payment info. This really inflates my grand totals at the end and causes a problem
How can I get distinct payment information? I was thinking of putting a date in my patient info table that was the date the acct was originally denied. I pull this info in from daily import. I have this date in my denial codes table also but it is associated with, if the patient has them, multiple denial codes
Any suggestions
TIA
John