
www.Usenet.com
| <-- __Chronological__ | <-- __Thread__ --> |
"Scott McDaniel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is [subfrm FaktuurTest] a Subform? If so, you must refer to it like this:
>
>
Forms("NameOfTheParentForm").Controls("NameOfTheSubformCONTROL).Form.Control
> s("NameOfYourControl")
or simpler....
Forms![ParentForm]![SubformControl].Form![Control]
--
Bradley
Software Developer www.hrsystems.com.au
A Christian Response www.pastornet.net.au/response
> "Bart" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > I've a query where I keep some fields:
> >
> > btw
> > excl
> > incl
> > total
> >
> > I use this query as subform, now here 's my problem
> >
> > I've got a textfield 'total' where I want to calculate the total from
> > the query for the loaded form.
> >
> > I've used the expressionbuilder to perform this:
> >
> > =Sum([subfrm FaktuurTest].Form!Inclusief)
> >
> > When I see the form in 'formview' I get the following message:
> >
> > #Error
> >
> > Someone got any id?
>
>
| <-- __Chronological__ | <-- __Thread__ --> |