Any Grandparents out there?

From: I_was_here (kstetka_at_yahoo.com)
Date: 07/29/04


Date: 29 Jul 2004 11:09:09 -0700

3 forms with 2 subforms as follows:

Grandparent
field: GP

Parent
fields: GP PP1
        GP PP2

Child
fields: GP PP1 CC1
        GP PP1 CC2

        GP PP2 CC3
        GP PP2 CC4

I basically want to have CC1+CC2+CC3+CC4 show up on the Grandparent
form in an unbound control.

I was able to get the sum up to PP1 and PP2 by using an unbound footer
textbox in the Child form and then in the Parent form using something
like:
=[Child].Form!RunningTotal in the parent form.

But I can't just create an unbound
footer textbox in child to bring it up to Grandparent? It doesn't
seem to want to read it....

=[parent].Form!RunningTotal in the Grandparent form where Runningtotal
is now in the footer of the Parent form...?
Any suggestions from any children, grandparents, or parents?



Relevant Pages

  • Blocking virtual methods
    ... In pursuit of a child class blocking a parent's virtual method, ... : public Grandparent ... : public Parent ...
    (comp.lang.cpp)
  • Re: Any Grandparents out there?
    ... I realized that I could eliminate the parent ... altogether and get the total that directly from the child table to the ... grandparent table. ... >> footer textbox in child to bring it up to Grandparent? ...
    (microsoft.public.access.formscoding)
  • Re: How to call the grandparents method
    ... you only have access to your parent. ... exist in your grandparent definition. ... > I am Child ... > public virtual void WhoAmI() ...
    (microsoft.public.dotnet.languages.csharp)
  • How to call the grandparents method
    ... I am Parent ... I am Child ... I am GrandParent ... public virtual void WhoAmI() ...
    (microsoft.public.dotnet.languages.csharp)
  • Unix Programming FAQ (v1.37)
    ... Why use _exit rather than exit in the child branch of a fork? ... Why doesn't my process get SIGHUP when its parent dies? ... How do I create a named pipe? ... How do I compare strings using regular expressions? ...
    (comp.unix.programmer)