S
Steve Perrins
I have written a fairly complex report which is created/populated using VBA.
The report is fired from a form with acViewPreview set :-
DoCmd.OpenReport strRep, acViewPreview
The report looks fine in preview but when I print it it duplicates all the
fields I have.
If I change the code to :
DoCmd.OpenReport strRep, acViewNormal
the report also prints correctly.
I have another more complex report which uses VBA to populate the fields and
that works fine.
Any ideas help would be appreciated,
Thank you
Steve
The report is fired from a form with acViewPreview set :-
DoCmd.OpenReport strRep, acViewPreview
The report looks fine in preview but when I print it it duplicates all the
fields I have.
If I change the code to :
DoCmd.OpenReport strRep, acViewNormal
the report also prints correctly.
I have another more complex report which uses VBA to populate the fields and
that works fine.
Any ideas help would be appreciated,
Thank you
Steve