Reports problem getting repeats

J

johncarlson21

I made a program to manage a farm, the problem I have is that when I print a
report on say corn it gives me say 3 details for 1 feild and then when I try
to get the acres for that field it actually takes the acres times the number
of details. ex. (40 acres and 3 details makes my amount 120 acres)

I have tried many things but it is probably something simple.

could someone please help?
 
D

Duane Hookom

This is usually caused when tables are joined many to many in your report's
record source. It is a bit difficult to provide more help since we don't
have a clue regarding your table structure.
 
Top