I have a project that I have been working on for a while. As I learn more, I make changes. I have a table named tblPermits, and the form is frmPermits. My table may need to be broken into parts, but I am not knowledgable enough to know or how to do it.
So far, I have modified the form so that the Permit number auto-increments, and changes with the fiscal year, and then makes the focus the "Project" name. So far, so good.
What I am trying to do now is to use checkboxes and conditional expressions to create results in calculated controls, then store the results in the table for archive purposes.
After completing the form I will work on designing a report that I will print in two copies, that will be issued as a building permit.
The checkboxes are:
3/4” Mtr, 1” Mtr, 11/2” Mtr , 2” Mtr, CitySewer
If the 3/4" Mtr checkbox is checked, I want a result in the Calculated Control [WtrMtr] to equal $400, and if the 1" checkbox is checked, $750 to be placed in the [WtrMtr] Calculated Control. If the Checkbox "CitySewer" is checked I want the results of an expression like "[Footprint]*.20 " to be placed in the Calculated Control [SewerTap].
Also, I have read that the result of calculated fields should not be placed in a table, but for historical reasons it might be quicker.
Thanks for your help
Sonnyboy
So far, I have modified the form so that the Permit number auto-increments, and changes with the fiscal year, and then makes the focus the "Project" name. So far, so good.
What I am trying to do now is to use checkboxes and conditional expressions to create results in calculated controls, then store the results in the table for archive purposes.
After completing the form I will work on designing a report that I will print in two copies, that will be issued as a building permit.
The checkboxes are:
3/4” Mtr, 1” Mtr, 11/2” Mtr , 2” Mtr, CitySewer
If the 3/4" Mtr checkbox is checked, I want a result in the Calculated Control [WtrMtr] to equal $400, and if the 1" checkbox is checked, $750 to be placed in the [WtrMtr] Calculated Control. If the Checkbox "CitySewer" is checked I want the results of an expression like "[Footprint]*.20 " to be placed in the Calculated Control [SewerTap].
Also, I have read that the result of calculated fields should not be placed in a table, but for historical reasons it might be quicker.
Thanks for your help
Sonnyboy