Please advice.
I am a novice at working with VBA and complicated Access implementation. I am working in Access 2003.
I have created a form that after the user enters the customer number in a text box it runs a macro that updates the ownership code in the table. Every customer number has an associated ownership code, but the user does not know the ownership code, only the customer number. I have a table that has all the customer numbers and the associated ownership codes. Unfortunately, the ownership code does not appear on the form in the text field after the macro has run. The table has the ownership code after the macro runs, but the ownership code does not appear on the form. Is there a way to have the ownership code appear in the text box without closing the form?
Thanks for your help!