Sum of field in a sub forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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
 
Back
Top