WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Source Database

 
   Home -> Office other -> Table Design RSS
Next:  Access Table Sorting/Query Last Function  
Author Message
Elaine

External


Since: Nov 02, 2004
Posts: 58



(Msg. 1) Posted: Wed Oct 08, 2008 3:08 pm
Post subject: Source Database
Archived from groups: microsoft>public>access>tablesdbdesign (more info?)

Hello All,

I am trying to edit a table in my database called "Contacts". I am having
problems however every time I try to go into the design view. The error
message I see is:

"Table 'Contacts' is a linked table whose design can't be modified. If you
want to add or remove fields or change their properties or data types, you
must do so in the source database."

I have looked under relationships and see that there is no linked data.
What should I do to be able to edit this table again? Also what is the
source database and where do I find it?

Thank you so much!
Back to top
Login to vote
Duane Hookom

External


Since: Feb 07, 2005
Posts: 3226



(Msg. 2) Posted: Wed Oct 08, 2008 3:10 pm
Post subject: RE: Source Database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Your Contacts table actually resides outside of your current mdb. You can use
the Linked table manager to identify the actual MDB that contains your table.
You must open the actual MDB to modify the design of the Contacts table.

--
Duane Hookom
Microsoft Access MVP


"Elaine" wrote:

> Hello All,
>
> I am trying to edit a table in my database called "Contacts". I am having
> problems however every time I try to go into the design view. The error
> message I see is:
>
> "Table 'Contacts' is a linked table whose design can't be modified. If you
> want to add or remove fields or change their properties or data types, you
> must do so in the source database."
>
> I have looked under relationships and see that there is no linked data.
> What should I do to be able to edit this table again? Also what is the
> source database and where do I find it?
>
> Thank you so much!
Back to top
Login to vote
Elaine

External


Since: Nov 02, 2004
Posts: 58



(Msg. 3) Posted: Wed Oct 08, 2008 3:19 pm
Post subject: RE: Source Database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I am editing in my MDB- thats the problem. Also what is the linked table
manager? Does it help to know that I am using Microsoft Access 2007? How
can I fix the above error with me being in the MDB?

Thanks again for your help.

"Duane Hookom" wrote:

> Your Contacts table actually resides outside of your current mdb. You can use
> the Linked table manager to identify the actual MDB that contains your table.
> You must open the actual MDB to modify the design of the Contacts table.
>
> --
> Duane Hookom
> Microsoft Access MVP
>
>
> "Elaine" wrote:
>
> > Hello All,
> >
> > I am trying to edit a table in my database called "Contacts". I am having
> > problems however every time I try to go into the design view. The error
> > message I see is:
> >
> > "Table 'Contacts' is a linked table whose design can't be modified. If you
> > want to add or remove fields or change their properties or data types, you
> > must do so in the source database."
> >
> > I have looked under relationships and see that there is no linked data.
> > What should I do to be able to edit this table again? Also what is the
> > source database and where do I find it?
> >
> > Thank you so much!
Back to top
Login to vote
Barry A&P

External


Since: Oct 08, 2008
Posts: 9



(Msg. 4) Posted: Wed Oct 08, 2008 4:58 pm
Post subject: RE: Source Database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Elaine
if your "contacts" table icon is orange and has an arrow pointed at it the
table itself is located eslewhere. right clicl the "contacts" table icon and
open the linked table manager, the manager will show the address of the
actual table. if you no longer want the table at another location an easy fix
is to exit the linked table manager, BACKUP YOUR DATABASE, Rename the linked
"contacts" table to "contacts_old", right click the "contacts" table and
copy it, then Paste it below the linked table be sure to name it "contacts"
and select the option to paste as local table (format & Data).
good luck

"Elaine" wrote:

> I am editing in my MDB- thats the problem. Also what is the linked table
> manager? Does it help to know that I am using Microsoft Access 2007? How
> can I fix the above error with me being in the MDB?
>
> Thanks again for your help.
>
> "Duane Hookom" wrote:
>
> > Your Contacts table actually resides outside of your current mdb. You can use
> > the Linked table manager to identify the actual MDB that contains your table.
> > You must open the actual MDB to modify the design of the Contacts table.
> >
> > --
> > Duane Hookom
> > Microsoft Access MVP
> >
> >
> > "Elaine" wrote:
> >
> > > Hello All,
> > >
> > > I am trying to edit a table in my database called "Contacts". I am having
> > > problems however every time I try to go into the design view. The error
> > > message I see is:
> > >
> > > "Table 'Contacts' is a linked table whose design can't be modified. If you
> > > want to add or remove fields or change their properties or data types, you
> > > must do so in the source database."
> > >
> > > I have looked under relationships and see that there is no linked data.
> > > What should I do to be able to edit this table again? Also what is the
> > > source database and where do I find it?
> > >
> > > Thank you so much!
Back to top
Login to vote
Elaine

External


Since: Nov 02, 2004
Posts: 58



(Msg. 5) Posted: Thu Oct 09, 2008 8:25 am
Post subject: RE: Source Database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you for your help Barry. The arrow next to my contacts is not orange.
I refreshed the link just in case and it was fine. Does anyone know what
Microsoft is talking about when they say "Source Database"? Thanks so much
in advance.


"Barry A&P" wrote:

> Elaine
> if your "contacts" table icon is orange and has an arrow pointed at it the
> table itself is located eslewhere. right clicl the "contacts" table icon and
> open the linked table manager, the manager will show the address of the
> actual table. if you no longer want the table at another location an easy fix
> is to exit the linked table manager, BACKUP YOUR DATABASE, Rename the linked
> "contacts" table to "contacts_old", right click the "contacts" table and
> copy it, then Paste it below the linked table be sure to name it "contacts"
> and select the option to paste as local table (format & Data).
> good luck
>
> "Elaine" wrote:
>
> > I am editing in my MDB- thats the problem. Also what is the linked table
> > manager? Does it help to know that I am using Microsoft Access 2007? How
> > can I fix the above error with me being in the MDB?
> >
> > Thanks again for your help.
> >
> > "Duane Hookom" wrote:
> >
> > > Your Contacts table actually resides outside of your current mdb. You can use
> > > the Linked table manager to identify the actual MDB that contains your table.
> > > You must open the actual MDB to modify the design of the Contacts table.
> > >
> > > --
> > > Duane Hookom
> > > Microsoft Access MVP
> > >
> > >
> > > "Elaine" wrote:
> > >
> > > > Hello All,
> > > >
> > > > I am trying to edit a table in my database called "Contacts". I am having
> > > > problems however every time I try to go into the design view. The error
> > > > message I see is:
> > > >
> > > > "Table 'Contacts' is a linked table whose design can't be modified. If you
> > > > want to add or remove fields or change their properties or data types, you
> > > > must do so in the source database."
> > > >
> > > > I have looked under relationships and see that there is no linked data.
> > > > What should I do to be able to edit this table again? Also what is the
> > > > source database and where do I find it?
> > > >
> > > > Thank you so much!
Back to top
Login to vote
Duane Hookom

External


Since: Feb 07, 2005
Posts: 3226



(Msg. 6) Posted: Thu Oct 09, 2008 10:41 am
Post subject: RE: Source Database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Access allows you to link tables from one MDB to another. For instance, you
could have tblA in A.MDB but link it into B.MDB. When opened in B.MDB, it
would seem just like any other table that might actually reside in B.MDB. It
would have a little arrow in the icon next to the table in B.MDB to indicate
the table is actually linked from some other datasource. "A.MDB" would be the
"Source Database". The source database in this case is MDB file that actually
stores the table and its records.

If you open A.MDB, you will be able to change its design.

This is generally very good design. You should consider storing your tables
in one "data" mdb file and creating all of your queries, code, forms,
reports,... in a "front-end" mdb.

--
Duane Hookom
Microsoft Access MVP


"Elaine" wrote:

> Thank you for your help Barry. The arrow next to my contacts is not orange.
> I refreshed the link just in case and it was fine. Does anyone know what
> Microsoft is talking about when they say "Source Database"? Thanks so much
> in advance.
>
>
> "Barry A&P" wrote:
>
> > Elaine
> > if your "contacts" table icon is orange and has an arrow pointed at it the
> > table itself is located eslewhere. right clicl the "contacts" table icon and
> > open the linked table manager, the manager will show the address of the
> > actual table. if you no longer want the table at another location an easy fix
> > is to exit the linked table manager, BACKUP YOUR DATABASE, Rename the linked
> > "contacts" table to "contacts_old", right click the "contacts" table and
> > copy it, then Paste it below the linked table be sure to name it "contacts"
> > and select the option to paste as local table (format & Data).
> > good luck
> >
> > "Elaine" wrote:
> >
> > > I am editing in my MDB- thats the problem. Also what is the linked table
> > > manager? Does it help to know that I am using Microsoft Access 2007? How
> > > can I fix the above error with me being in the MDB?
> > >
> > > Thanks again for your help.
> > >
> > > "Duane Hookom" wrote:
> > >
> > > > Your Contacts table actually resides outside of your current mdb. You can use
> > > > the Linked table manager to identify the actual MDB that contains your table.
> > > > You must open the actual MDB to modify the design of the Contacts table.
> > > >
> > > > --
> > > > Duane Hookom
> > > > Microsoft Access MVP
> > > >
> > > >
> > > > "Elaine" wrote:
> > > >
> > > > > Hello All,
> > > > >
> > > > > I am trying to edit a table in my database called "Contacts". I am having
> > > > > problems however every time I try to go into the design view. The error
> > > > > message I see is:
> > > > >
> > > > > "Table 'Contacts' is a linked table whose design can't be modified. If you
> > > > > want to add or remove fields or change their properties or data types, you
> > > > > must do so in the source database."
> > > > >
> > > > > I have looked under relationships and see that there is no linked data.
> > > > > What should I do to be able to edit this table again? Also what is the
> > > > > source database and where do I find it?
> > > > >
> > > > > Thank you so much!
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Table Design All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET