S
Simon
Hey,
I have a form with a recordsource of a SELECT statement involving a Query
and the WHERE part is populated by a textbox on the form. I then have an
addtional 12 texboxes, all of which are populated by the recordsouce, but 6
are locked.
When i make change to the 6 editable textboxes, calculations are pefromed
and the results saved back into the original table that the recordsource is
based on. I then display these results in the locked textboxes and to do this
I requery the form to get up to date data.
My problem is that the data I enter is not updated in to table until I close
the form, is there some way I can force the data entry in to the table upon
exiting the textbox?
Any help greatly appreciated
Simon
I have a form with a recordsource of a SELECT statement involving a Query
and the WHERE part is populated by a textbox on the form. I then have an
addtional 12 texboxes, all of which are populated by the recordsouce, but 6
are locked.
When i make change to the 6 editable textboxes, calculations are pefromed
and the results saved back into the original table that the recordsource is
based on. I then display these results in the locked textboxes and to do this
I requery the form to get up to date data.
My problem is that the data I enter is not updated in to table until I close
the form, is there some way I can force the data entry in to the table upon
exiting the textbox?
Any help greatly appreciated
Simon