Hi,
I am trying to autopopulate a textbox2 from another textbox1 and using this code for the same:
=DLookUp("DIVISION_CD","dbo_DIVISION","[Text41]")
The problem is the above code works for only the first time. When I change the value in textbox1 the next time, the value in textbox2 does not get updated. Could someone please tell what I am doing wrong and if there is another way to do this ?
Thanks,
Paul
I am trying to autopopulate a textbox2 from another textbox1 and using this code for the same:
=DLookUp("DIVISION_CD","dbo_DIVISION","[Text41]")
The problem is the above code works for only the first time. When I change the value in textbox1 the next time, the value in textbox2 does not get updated. Could someone please tell what I am doing wrong and if there is another way to do this ?
Thanks,
Paul