Sum of field in a sub forms

L

Liat

Hi,

I have a sub form and I would like that the sum of some fields that appear
in it, will be in the main form.
How can I do that?

Thansk a lot,
Liat
 
S

StCyrM

Good morning

The general expression for referencing forms and controls is as follows:

Forms!MyMainForm!MySubForm.Form!MyControlOnSubform

Please note the Period between MySubform and Form -- this is really important.

Best Regards

Maurice St-Cyr
Micro Systems Consultants, Inc.
 
L

Liat

Good Morning,

Thank you very much for your help.
I tried to add sum to that field and it didn't work.
Is it possible to add aconditional sum?

Best,
Liat
 
Top