browninaz
Ugly Data Hoarder
- Local time
- Today, 12:26
- Joined
- Oct 26, 2012
- Messages
- 88
Hello everyone,
I have created frmInstallerInvoicing and would like to create calculated controls and store the calculated data in my tblInstallerInvoicing. The controls I have created are 'job size' which comes from control source qryInstallerInvoicing, and 'pay rate' which comes from control source tblInstallerInvoicing, and the calculated control for 'total' comes from control source tblInstallerInvoicing. I can't create a calculated field in my table because of the two different control sources, and have been told that calculated controls should be left in the forms anyways. How do I format the calculated control to dump the data calculated into the total field in my table using my property sheet?
Thanks to all who will help!
I have created frmInstallerInvoicing and would like to create calculated controls and store the calculated data in my tblInstallerInvoicing. The controls I have created are 'job size' which comes from control source qryInstallerInvoicing, and 'pay rate' which comes from control source tblInstallerInvoicing, and the calculated control for 'total' comes from control source tblInstallerInvoicing. I can't create a calculated field in my table because of the two different control sources, and have been told that calculated controls should be left in the forms anyways. How do I format the calculated control to dump the data calculated into the total field in my table using my property sheet?
Thanks to all who will help!