S
Sandi Vogel
I posted this at UtterAccess this morning, but got no answers. I'm hoping to
find some help here. Thanks!
I got this code from a MSoft KB to repeat records in a report. Here's how
it's supposed to work: From a form (frmHolidayParty), user inputs a number of
times to repeat records on report in a text box (TimesToRepeatRecord), and
then clicks the button to preview the report (which is based on a select
query). It appears to work correctly when the report is previewed:
Bob Smith
Bob Smith
Bob Smith
Kim Jones
Kim Jones
Kim Jones, etc.
However, when actually printed:
If the user input 1-3, it prints as expected.
If the user input 4-10, the first record will either print only once, or 3
times; although the print preview shows the correct # of records.
I'm baffled (and new at VBA). Any clues?
Thanks, Sandi
find some help here. Thanks!
I got this code from a MSoft KB to repeat records in a report. Here's how
it's supposed to work: From a form (frmHolidayParty), user inputs a number of
times to repeat records on report in a text box (TimesToRepeatRecord), and
then clicks the button to preview the report (which is based on a select
query). It appears to work correctly when the report is previewed:
Bob Smith
Bob Smith
Bob Smith
Kim Jones
Kim Jones
Kim Jones, etc.
However, when actually printed:
If the user input 1-3, it prints as expected.
If the user input 4-10, the first record will either print only once, or 3
times; although the print preview shows the correct # of records.
I'm baffled (and new at VBA). Any clues?
Thanks, Sandi