Click to See Complete Forum and Search --> : Disappearing text boxes
casox
Mar 8th, 2000, 01:15 AM
While using an active form to enter data, after entering data into any particular text box I click or tab to the next text box. The data previously entered dissappears. I'm not using any set focus etc. Any answers?
Thanks,
casox
MartinLiss
Mar 8th, 2000, 02:59 AM
Create a Watch which reacts to changes to Text1.Text (or whatever the name is). When the value changes blank you should be able see where the problem happens.
JohnAtWork
Mar 8th, 2000, 03:30 AM
Is the data bound to a table?
Chances are you're moving to an empty record in the table after pressing enter/tab.
casox
Mar 8th, 2000, 10:01 PM
Yes, it was because the database was empty. Once I added the first record, the problem dissappeared. Thanks.
casox
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.