How to add a field in linked tables?

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

Guest

I am trying to add a field to a table in a database created by another
indivdual. When I try to view in design view a message pops up stating
"Table is a linked table with some properties that cannot be modified." I
have tried to go in the table and add, however the database will not allow
the changes to be made. I am fairly new at using the system and am unsure
what my next step should be.

Thanks for any help!!
 
To add a field to a linked table, you need to add it to the table in the
database that is being linked to, and not in the table that is doing the
linking.
 
If you have a linked table there are two databases. Your tables are in one
(the Back End) and the forms, reports, queries, etc are in the other (the
Front End).

Open the Back End while no-one is in the database and make your changes
there. Your Front End will recognize the changes when you open it back up.

HTH,
Mich
 
Thank you very much for all of the help!!

M Skabialka said:
If you have a linked table there are two databases. Your tables are in one
(the Back End) and the forms, reports, queries, etc are in the other (the
Front End).

Open the Back End while no-one is in the database and make your changes
there. Your Front End will recognize the changes when you open it back up.

HTH,
Mich
 

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