M
Michael and Fayann
Simple scenario.
Developed a program to count currency (money). Two different tables, one
table for coins and paper money and another table for checks. A
relationship exists between the two (1 to many). Made a query using all
fields from both tables with a criteria being record number. Made a form
form from the first table of coins and paper and a subform for checks
received. Calculations work fine in the form.
The problem:
I want to develop a report off of the query. All of the currency works fine
but the checks written don't. If I have four checks, I get eight reports
with one check listed on each report and I get two reports printed for each
person. I have all of the information in the page header, nothing in any
other area. How do I fix the problem of getting the checks to list on the
report?
Thanks.
Developed a program to count currency (money). Two different tables, one
table for coins and paper money and another table for checks. A
relationship exists between the two (1 to many). Made a query using all
fields from both tables with a criteria being record number. Made a form
form from the first table of coins and paper and a subform for checks
received. Calculations work fine in the form.
The problem:
I want to develop a report off of the query. All of the currency works fine
but the checks written don't. If I have four checks, I get eight reports
with one check listed on each report and I get two reports printed for each
person. I have all of the information in the page header, nothing in any
other area. How do I fix the problem of getting the checks to list on the
report?
Thanks.