G
Guest
I have two tables, created a form using one table called tblCost, the other
call tlbRequisition. I am trying to use the form for the entry, and print a
report of that single record. The report is formated like our requisition at
work, and there may be multible descpitions, quanity, unit of measures, cost
and totals. These fields are in my tblCost and are also my subform fields. I
have linked the two tables by a field in both called PO. I have created a
query qreCost with all the information I need for the report, and when I try
to set it up, it keeps coming up with indivudal records rather than all the
the "subform" appearing one on record with the same Requisition information.
Example: on one report I would like to have the Name of the requester, the
Unit ID Number, and in the body the Quanity, Description, Unit of Measure,
cost and the Total. For the same requisition number there may be 3 or 4 items
requested for one Init ID number. When I try this I get the duplicate
information as single records. So the form shows I have 6 records, yet the
report prints out 8 records because 2 have multiple items in teh Description,
Quanity, So on and so fourth. Hoep some one can straighten me out. Thanks
call tlbRequisition. I am trying to use the form for the entry, and print a
report of that single record. The report is formated like our requisition at
work, and there may be multible descpitions, quanity, unit of measures, cost
and totals. These fields are in my tblCost and are also my subform fields. I
have linked the two tables by a field in both called PO. I have created a
query qreCost with all the information I need for the report, and when I try
to set it up, it keeps coming up with indivudal records rather than all the
the "subform" appearing one on record with the same Requisition information.
Example: on one report I would like to have the Name of the requester, the
Unit ID Number, and in the body the Quanity, Description, Unit of Measure,
cost and the Total. For the same requisition number there may be 3 or 4 items
requested for one Init ID number. When I try this I get the duplicate
information as single records. So the form shows I have 6 records, yet the
report prints out 8 records because 2 have multiple items in teh Description,
Quanity, So on and so fourth. Hoep some one can straighten me out. Thanks