OnPrint Event on Reports

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

Guest

I am working with MS Access 2002 and don't find on the property sheet of an
report the OnPrint Event or On Print Property. What do I have to do or
programm to get this event?

Thanks
 
Hi.
I am working with MS Access 2002 and don't find on the property sheet of an
report the OnPrint Event or On Print Property.

I don't have Access 2002 in front of me, but I have Access 2003, and I
believe they have the same Report events. There is no Report OnPrint( )
event. However, each report section, such as Detail, ReportHeader, and
GroupHeader0, has an OnPrint( ) event. Use these section OnPrint( ) events
for your code.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.
 
Thank you very much - you are right.
--
Friedi


'69 Camaro said:
Hi.


I don't have Access 2002 in front of me, but I have Access 2003, and I
believe they have the same Report events. There is no Report OnPrint( )
event. However, each report section, such as Detail, ReportHeader, and
GroupHeader0, has an OnPrint( ) event. Use these section OnPrint( ) events
for your code.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.
 
Back
Top