G
Guest
Hello
Thank you for reading this thread
The issue is a follows
In a Form, in the ControlSource of unbound Text Box I need to have a formula that would show me the total Plan Asset value for a specific Client that was selected.
I have already a box with calculated field that shows me the TOTAL Plan Assets value for ALL my Clients in the database
Now I need to see the total Plan Asset value for each selected Client. Client may have several Plan Assets listed in the subform of my Form, and these assets needs to be added together, but not the assets from the entire database
What I need to add to this expression? It seems that it is bound to the Table rather than to the Form itself
This is what I have in the ControlSource of my unbound tex box
=DSum("[Plan Assets]","Plans"
BIG THANKS
Sincerely
Natalia
Thank you for reading this thread
The issue is a follows
In a Form, in the ControlSource of unbound Text Box I need to have a formula that would show me the total Plan Asset value for a specific Client that was selected.
I have already a box with calculated field that shows me the TOTAL Plan Assets value for ALL my Clients in the database
Now I need to see the total Plan Asset value for each selected Client. Client may have several Plan Assets listed in the subform of my Form, and these assets needs to be added together, but not the assets from the entire database
What I need to add to this expression? It seems that it is bound to the Table rather than to the Form itself
This is what I have in the ControlSource of my unbound tex box
=DSum("[Plan Assets]","Plans"
BIG THANKS
Sincerely
Natalia