Can not delete field?

J

Jason

I am trying to delete two fields in a table. When I
delete the two fields and try to save the table, I get the
following error: Could not find field "XXXX". What is
causing this and how do I get around it?
 
J

Joan Wild

Jason said:
I am trying to delete two fields in a table. When I
delete the two fields and try to save the table, I get the
following error: Could not find field "XXXX". What is
causing this and how do I get around it?

You may have a table level validation rule that refers to one of your
deleted fields. Or perhaps the table sort order is set to one of these
fields. You can check for these in the properties dialog for the table
 
A

anthony

Also make sure that those fields are not foreign keys to other tables

Hope this helped.
 
Top