table read-only on form

S

short

I have 6-9 tables on a form (depending on what the user selects) and also on
the form is edit and delete buttons.
But for some of the tables when I press edit or delete it says: records not
deleted data is read-only.

Any ideas?? This is only for a few of the tables.

Thanks,
 
J

John W. Vinson

I have 6-9 tables on a form (depending on what the user selects) and also on
the form is edit and delete buttons.
But for some of the tables when I press edit or delete it says: records not
deleted data is read-only.

Any ideas?? This is only for a few of the tables.

Thanks,

This really sounds like a flawed design. Do you have multiple tables with the
same "shape" - field types and field sizes - and toggle between them somehow?
What is the Recordsource of this form? What is the code behind your edit and
delete buttons?
 
Top