G
Guest
I need some help with the following:
I have a form with a subform.
The main form is linked to a table
On the main form, there is a text box
This text box has a control source that is a forumula
After entering data in the subform, the text box with the formula gets
updated with data
I am trying to do the following:
After the textbox with the formula gets updated with data, I am trying to
save that to a column in table that the form is connected to.
I have tried all the properties of the text box (ie dirty, before change,
after change, etc) and the form also, but the column in the table is not
getting updated.
How can I automate this process. Currently I have a command button that
updates the column in question.
Thanks,
Sam Berry
I have a form with a subform.
The main form is linked to a table
On the main form, there is a text box
This text box has a control source that is a forumula
After entering data in the subform, the text box with the formula gets
updated with data
I am trying to do the following:
After the textbox with the formula gets updated with data, I am trying to
save that to a column in table that the form is connected to.
I have tried all the properties of the text box (ie dirty, before change,
after change, etc) and the form also, but the column in the table is not
getting updated.
How can I automate this process. Currently I have a command button that
updates the column in question.
Thanks,
Sam Berry