I have found many answers to this problem, but cannot get any to work. I hope someone can offer some help. I have a form with a text field that performs a DLookup from a query(txt1). That part works great.
However, I need to have the data bound back to the table that the form is bound to. So, the answer appears to be; creating an additional text box (txt2). Then, go back to txt1, go to AfterUpdate and entering me.txt2 = me.txt1.
I have tried doing this with no success. Nothing appears in Txt2 (therefore nothing populates the table it is bound to). Please help me figure this out - what am I missing?
However, I need to have the data bound back to the table that the form is bound to. So, the answer appears to be; creating an additional text box (txt2). Then, go back to txt1, go to AfterUpdate and entering me.txt2 = me.txt1.
I have tried doing this with no success. Nothing appears in Txt2 (therefore nothing populates the table it is bound to). Please help me figure this out - what am I missing?