Microsoft
Software
Hardware
Network
Question : What are the relative merits of using "On Format" and "On Print" events in an Access Report?
In some Access reports I calculate some of my own running totals for the records being printed.
I have ended up doing some of these calculations in the VBA code behind the reports, sometimes using "if FormatCount = 1 ..." in the "On Format" event and sometimes using "if PrintCount = 1 ..." in the "On Print" event, without really understanding their relevant merits.
I think I moved to using "On Print" when I discovered that my "On Format" calculation was not always 100% relaible (despite using the "if FormatCount = 1" condition) in a particular report.
Can anyone clarify this for me and explain why the two events might produce different results?
Many thanks.
Answer : What are the relative merits of using "On Format" and "On Print" events in an Access Report?
see this link for more info
http://msdn.microsoft.com/
en-us/libr
ary/
aa1411
79(office.
10).aspx
Random Solutions
how to make CSS for the web site developed in asp.net using VS2005
Debug Export to Excel and Run Macro
STEP BY STEP INSTRUCTIONS SETTING UP SMALL BUSINESS SERVER 2003 R2
In SQL query how to use If statement that if column value blank then assign value Empty else Not Empty
Export data from Access to multiple Excel files using a filtered string from a drop down list on a form
Acces to Path Denied error in VB.net
Loop select statement and update rows with the results?
variant for ServerName?
Find computers in my network
MS Access Call to SQL Stored Proc with Return Value