Y
Yue Zhao
Hi, I have data setting as below:
T: a talbe
F: a form, whose data source is the table T
ID: a field in table T
ID_Text: a text box in form F, and it's control source is the field ID
in table T
Now, the form F is open.
I realize that, usually, when the ID is changed by editing ID_Text, the
table T won't be updated until form F is closed.
So, my question is, how to change the ID field value in table T, as soon
as the ID_Text is modified, and without having to close form F?
Thanks a lot!
T: a talbe
F: a form, whose data source is the table T
ID: a field in table T
ID_Text: a text box in form F, and it's control source is the field ID
in table T
Now, the form F is open.
I realize that, usually, when the ID is changed by editing ID_Text, the
table T won't be updated until form F is closed.
So, my question is, how to change the ID field value in table T, as soon
as the ID_Text is modified, and without having to close form F?
Thanks a lot!