JithuAccess
Member
- Local time
- Today, 04:37
- Joined
- Mar 3, 2020
- Messages
- 325
Hello Guys,
A very simple question. I have three fields "Team A" , "Team B" and "Total". When a user enter an Amount in "Team A" and "Team B" I want to display the total in the field "Total" and store the Total value in the Total Field of the Table. Is there any method to do so?
This is my Form:
In the Control Source Property of "Total" I have entered like:
And this is my Table:
Here I want to store the sum of $5.00 and $10.00 and $15.00 in Total Field.
Thanks
A very simple question. I have three fields "Team A" , "Team B" and "Total". When a user enter an Amount in "Team A" and "Team B" I want to display the total in the field "Total" and store the Total value in the Total Field of the Table. Is there any method to do so?
This is my Form:
In the Control Source Property of "Total" I have entered like:
And this is my Table:
Here I want to store the sum of $5.00 and $10.00 and $15.00 in Total Field.
Thanks