|
-
Mar 8th, 2000, 02:15 AM
#1
Thread Starter
Lively Member
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
-
Mar 8th, 2000, 03:59 AM
#2
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.
-
Mar 8th, 2000, 04:30 AM
#3
Lively Member
Is the data bound to a table?
Chances are you're moving to an empty record in the table after pressing enter/tab.
-
Mar 8th, 2000, 11:01 PM
#4
Thread Starter
Lively Member
Thanks
Yes, it was because the database was empty. Once I added the first record, the problem dissappeared. Thanks.
casox
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|