
Corrupted .mdb? Data Missing in Some Fields
It could be but the other possibility is that they may be trying to use an
SQL reserved character in one of the Text fields, a | or ' for example can
cause all sorts of problems. I have found if you try to put in text like
Sue's then if you have error handling as well the record just does not get
added to the database. Check what was in the fields!!
Quote:
> One of my users reports that some
> data fields in an Access table of
> 10 text fields are empty after entering
> the data in all of them, saving the
> entries and then later, accessing the
> data. This is a single-table database
> created by VB3. No one else has ever
> reported that problem.
> Could this indicate that the
> user's database is corrupted?
> Graham