Problem with a report from a subform

R

RobertM

Hello:
The info goes into the database through a subform as shown below:

Lot# Lot Amount Lot Value
100 50 200
101 50 200
102 50 200

The report that I get from this data will come out as shown below:

Lot# Lot Amount Lot Value
100 50 200
101
102

If I set it up to show duplicates on the report it will show 9 records. I
just want the report to appear as it was entered into the subform.

Thank you for any help with this,
Robert
 
Top