G
Guest
I have a form with 2 text boxes A and B. A is bound and B is unbound. A is
locked and B is unlocked. All updates are made in textbox B and when the
record is saved B is appended to A.
The problem is that if I enter text in textbox B and then immediately
navigate to a new record, the text in B does not get appended to A presumably
because the control is unbound.
How can I get the contents of B to append to A when I navigate to a new
record?
locked and B is unlocked. All updates are made in textbox B and when the
record is saved B is appended to A.
The problem is that if I enter text in textbox B and then immediately
navigate to a new record, the text in B does not get appended to A presumably
because the control is unbound.
How can I get the contents of B to append to A when I navigate to a new
record?