Print Out Over Run

P

PC User

I'm printing out a report using the printer dialog box from
DoCmd.RunCommand acCmdPrint and the program is generating over 14,000
pages. I just started the A2K database and there's only a few records.
Does anyone know if there might be some other parameter in the database
that causes this to happen?

Thanks,
PC
 
M

Micah Chaney

What's being printed? Can you do a Print Preview, to see if you're printing
duplicate data?
Also is your report built off of a Query?
What happens if you run your Query in Datasheet view? How many records do
you see there?
 
Top