Access is deleting data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database where the data in one of the fields in one table keeps
vanishing. Every time I re-open the database, that field is empty,
regardless of what data I had entered the last time I had the database open.
Does anyone have any idea why this would happen?
 
Anthroslug said:
I have a database where the data in one of the fields in one table
keeps vanishing. Every time I re-open the database, that field is
empty, regardless of what data I had entered the last time I had the
database open. Does anyone have any idea why this would happen?

How about telling us all about that field. Type primary key?
relationships etc.
 
I have a database where the data in one of the fields in one table keeps
vanishing. Every time I re-open the database, that field is empty,
regardless of what data I had entered the last time I had the database open.
Does anyone have any idea why this would happen?

If it's disappearing from a Form, perhaps it is an unbound textbox
(rather than being stored in a table), or perhaps the Form is based on
a Query and the query is such that the field is not being stored (or
not being displayed after it's stored).

More details please! What's the datatype of the field? Does it
disappear if you enter it in table datasheet view, or only using a
form or query? If a query, what's the SQL of the query?

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top