I have an access application that is performing a little strange.
I enter someone's last name into a text box control and press the "tab" key. I then enter their first name, which is also a text box control. I then select the "tab" key several times to move to the save contol.
Once the focus gets to my Exit button everything is still ok, but as soon the Exit button losses the focus my text is removed from both of the text box controls.
I have walked through the code so many times and have yet to find why this problem is occurring. It isn't being deleted through the code as far as I can tell.
Does anyone have an idea of wht is happening to my text? I have searched everywhere and still have not found anything. Help...
I enter someone's last name into a text box control and press the "tab" key. I then enter their first name, which is also a text box control. I then select the "tab" key several times to move to the save contol.
Once the focus gets to my Exit button everything is still ok, but as soon the Exit button losses the focus my text is removed from both of the text box controls.
I have walked through the code so many times and have yet to find why this problem is occurring. It isn't being deleted through the code as far as I can tell.
Does anyone have an idea of wht is happening to my text? I have searched everywhere and still have not found anything. Help...