G
Guest
Hello,
I was looking at a form I have with an option group and a hidden text box
[bound] that becomes visible depending on the state of the option group, and
I noticed that the underlying query/table didn't get updated immediately
after something was changed.
In fact, I'm not sure at what point a change does get committed to the query.
Is there a way to ensure that it's done right away?
I'm concerned that if a users edits the text box, or selects another option,
and then prints a reports right afterwards, that the report will still show
the old, pre-editing state of the table.
Thank you.
I was looking at a form I have with an option group and a hidden text box
[bound] that becomes visible depending on the state of the option group, and
I noticed that the underlying query/table didn't get updated immediately
after something was changed.
In fact, I'm not sure at what point a change does get committed to the query.
Is there a way to ensure that it's done right away?
I'm concerned that if a users edits the text box, or selects another option,
and then prints a reports right afterwards, that the report will still show
the old, pre-editing state of the table.
Thank you.
I was simply wondering if it would be bad to just add the save