OnPrint Event on Reports

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
 
G

Guest

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top