how to add a new field in a developed table

  • Thread starter Thread starter james
  • Start date Start date
J

james

I am trying to add a new field to a table in my database
but when I try to use the design view, the windows prompt
me that the table's property can't be changed because
it 's linked table.
Then I try to open the TABLE.mdb file directly to change
it but the windows prompt me that it 's just a copy of the
table (all tables with a yellow mark of a double arrow)
and I can only open it in read only mode.
I want to ask where and how can I change and add the
fields to the table for my database ????
Thanx a lot
 
I am trying to add a new field to a table in my database
but when I try to use the design view, the windows prompt
me that the table's property can't be changed because
it 's linked table.
Correct.

Then I try to open the TABLE.mdb file directly to change
it but the windows prompt me that it 's just a copy of the
table (all tables with a yellow mark of a double arrow)
and I can only open it in read only mode.

Are you quite certain that this database is in fact the backend to
which your frontend database is linked? If it is, do you have Access
scurity implemented, and do you have authority to make changes?
 
Back
Top