Re: I am a complete novice in access help

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Michel Walsh (vanderghast_at_VirusAreFunnierThanSpam)
Date: 06/29/04


Date: Tue, 29 Jun 2004 13:18:13 -0400

Hi,

    You have to do it manually, I mean, since a PAGE of PAPER is not
DATA.... SQL can't help you.

    Define a variable for the scope of the report. Initialize it to zero
each time a page start (print page header), increment it in each detail
print, push it in the appropriate control in the page footer. Three to four
lines of code, really, but at critical places, and that's all..

Hoping it may help,
Vanderghast, Access MVP

"Help me please totals on page in report" <Help me please totals on page in
report@discussions.microsoft.com> wrote in message
news:59E10C66-0BC5-488C-BC22-227FD3CBB7D3@microsoft.com...
> I am trying to calculate totals on each page of of 390 page document. I
have the report calculating the report footer correctly. I cant seem to get
it to calculate each page separately. This document has no grouping as I
dont need it grouping. Can anyone help me. Dummy in Colorado



Relevant Pages

  • RE: Report header height differs based on page number
    ... If a control exists above some text in the header and the control is ... expanded the text doesn't push down to below the expanded control and ... the header group on format event. ...
    (microsoft.public.access.reports)
  • Re: Combobox Display Problem
    ... Header section of the Sub-form, and it was invisible when run as I mentioned. ... ' Find the record that matches the control. ... Header section of the form (subform), ... The Control Source for cboItem on fsubGroup is chrItem, ...
    (microsoft.public.access.forms)
  • Re: ToolTipText and the ListView control in VB6
    ... control setup. ... '* Description: Process MouseMove event. ... If .ToolTipText objListItem.Key Then ... '' the mouse must be in the header area. ...
    (microsoft.public.vb.controls)
  • RE: Filter records based on user input
    ... No, I did not put it in the header, I just uses an unbound text box in the ... I thought that the bookmark line would set the focus to the control in the ... which would filter your form based on the text in the textbox. ... It should filter the records as the user types the number. ...
    (microsoft.public.access.formscoding)
  • Re: Passing arguments to procedures
    ... Private Sub IncDecDateDay(InDate, InDay, ByVal Increment As Integer) ... InDate = InDate + Increment ... Private Sub IncDecDateDay(InDate As Control, InDay As Control, ByVal ...
    (microsoft.public.access.formscoding)