Form Keeps getting Corrupted

J

JamesJ

I have a table that has 2 memo fields. Seems like every few days the
form I put one of the memo fields on becomes corrupt. (shows #Deleted)
The other form that I put the other field on I have no problems with.
Any ideas??

James
 
J

Jeff Boyce

James

You did say "any ideas??"...<g>

You mention both forms and fields. The one form is displaying #Deleted ...
but is the data still in the underlying table?

Are the forms located in a Access database located on your PC, or on a
network share?

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
R

Rick Brandt

JamesJ said:
I have a table that has 2 memo fields. Seems like every few days the
form I put one of the memo fields on becomes corrupt. (shows #Deleted)
The other form that I put the other field on I have no problems with.
Any ideas??

James

That would usually mean that the memo field in the record is corrupted,
not that the form is.

Do you have multiple users in the same file at the same time? If so,
that is known to increase corruption problems. Beyond that is bad
hardware either the disk or network if working over one.
 
J

JamesJ

The data was gone from the table which is linked to my front end db.
I deleted the field and tried to drag the field back onto the form but
Access 2007 gives me this very long error message explanation.
I must delete the form and start from scratch. In fact, I must delete the
field from the table and recreate it.
 
J

JamesJ

I'm the only person running this machine. I must delete the field
from the table and delete the form and start form scratch.
The only difference between these 2 fields the unicode
compression was set to yes in the corrupted? field.

James
 
R

Rick Brandt

The data was gone from the table which is linked to my front end db. I
deleted the field and tried to drag the field back onto the form but
Access 2007 gives me this very long error message explanation. I must
delete the form and start from scratch. In fact, I must delete the field
from the table and recreate it.

And that is what proves that the table is corrupted and not the form. If
you re-created the table and gave it the same name the form would work
without messing it with it.
 
J

JamesJ

I have another memo field in the same table on another form
that there is no problem with .

James
 
R

Rick Brandt

I have another memo field in the same table on another form that there
is no problem with .

Doesn't matter. It is still the table that is corrupted, not the form.
I can;t rule out that something about the form might be causing the
corruption, but the form itself is not corrupted.

Memo field data is not stored in the table. It is stored separately on
disk with only a pointer to it stored in the table. The error you are
seeing is when the pointer is incorrect or lost.
 

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

Similar Threads

Record Corruption 30
Lost Data 2
MEMO Field cut off on Form 3
Unbound Text Box Not Displaying Data 2
Cascading Combos in SubForm error 2
sPELL cHECK IN ac 2007 1
columns in queries 3
Auto Print Settings for Form 3

Top