I have a Report that Counts all Authorizations for a PCP by the Specialty of the Referral. For Example:
PCP Line of Business Speccode Auths mbrs_months grpauths grpmbr_months
Dr Jones Senior ANESTH 3 2400 150 50000
Dr Jones Commercial ANESTH 15 12000 560 120000
The above is a minimal results of the query the report is based on.
There are 2 computed fields on the report for each Line of Business PCP auths per 1000 = Auths/mbrs_months * 12000 or 3/2400*12000 and group auths per 1000 = grpauths/grpmbr_months * 12000 or 150/50000*12000
The report works perfectly so far. Which PCP the report is run for is obtained from a form with a combo box showing all PCP's one is selected and the report is generated.
Now there is an additional requirement for a graph in the Line of Business Footer That shows the Specialty PCP Auths per 1000 and grp Auths per 1000 so the PCP can be compared to the group. I use the same query for the graph as I used for the report but I get an error saying that the Forms!frm_generate_report!cbo_pcp does not exist. But it does exist it is open the rest of the report works perfectly it's just the graph that errors?????