G
Guest
I have a form in access2007, that has a check box. If the box is checked I
want it to divide whatever is in the field named "current budget total" by
12. But I want the results to into the field called "monthly budget" which
is located in a subform. I added the check box and went event builder and
put the following syntax in:
[PMP_BUDGET_ACCT_DETAIL]![CURRENT_BUDGET_AMT]=
[PMP_BUDGET_ACCT]![CURR_BUDGET_TOTAL]/12
because even though it's a form I want it done at the table level, but I did
try the form level and got the same message.
the object doesn't contain the automation object'BUDGET_ACCT_DETAIL'
I am not sure what I need to do, please help.
want it to divide whatever is in the field named "current budget total" by
12. But I want the results to into the field called "monthly budget" which
is located in a subform. I added the check box and went event builder and
put the following syntax in:
[PMP_BUDGET_ACCT_DETAIL]![CURRENT_BUDGET_AMT]=
[PMP_BUDGET_ACCT]![CURR_BUDGET_TOTAL]/12
because even though it's a form I want it done at the table level, but I did
try the form level and got the same message.
the object doesn't contain the automation object'BUDGET_ACCT_DETAIL'
I am not sure what I need to do, please help.