Dupulicate detail lines in Access report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm working with my first Access 2000 report, actually a single page
invoice-type document.

The detail lines on the page are previewing and printing twice, regardless
of how many lines are printed. Each line prints twice then the next line
prints twice, etc.

Any thoughts on why and how to correct?

Thanks in advance.
 
I'm working with my first Access 2000 report, actually a single page
invoice-type document.

The detail lines on the page are previewing and printing twice, regardless
of how many lines are printed. Each line prints twice then the next line
prints twice, etc.

Any thoughts on why and how to correct?

Thanks in advance.

You are probably using a query as the report's record source.
Check the query itself. Do you have each record duplicated twice
there?
You may have used 2 tables without establishing a relationship between
them. Join the tables and you will be all set.
 
Back
Top