Adding from a subform into a form

Crilen007

Uhm, Title... *shrug*
Local time
Today, 07:35
Joined
Jun 13, 2003
Messages
531
Im trying to add the subform total into the mainform total.
Any ideas?

Any and all help is appreciated.
 

Attachments

You will find your answer in the MS Knowledge Base. To save you searching here is the article.

Jack
 
Crilen007 said:
Im trying to add the subform total into the mainform total.
Any ideas?

Any and all help is appreciated.

I dont have a RAR extractor otherwise I would have looked at it.

is it a continous form (your sub form that is)..if so add a Sum([YourField]) in the footer of that continue form. Then in your main form you can reference that control's value. Forms!frmMain!frmSub!YourControl.Value.
 

Users who are viewing this thread

Back
Top Bottom