A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Linking tables in Access



 
 
Thread Tools Display Modes
  #1  
Old December 12th, 2004, 09:53 PM
cipher
external usenet poster
 
Posts: n/a
Default Linking tables in Access

How can I link two tables within Access so that records entered into one are
automatically entered into the other?
  #2  
Old December 12th, 2004, 11:16 PM
Rick Brandt
external usenet poster
 
Posts: n/a
Default

"cipher" wrote in message
...
How can I link two tables within Access so that records entered into one are
automatically entered into the other?


You can't. That's not how related table work. A relationship can cascade the
update of a field with a unique index to a related field in another table or
cascade the deletion of a parent record related to a child table, but
relationships will not create records in related tables.

If you use a database engine that supports triggers (Oracle, SQL Server, etc.),
you could create an insert trigger that would do this, but even then it would be
a highly unusual practice.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


  #4  
Old December 13th, 2004, 12:33 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default

In keeping with the theme of the responses you've already received, "why?"
As in "what business need are you attempting to solve by having two copies
of the same record in your Access database?"

--
More info, please ...

Jeff Boyce
Access MVP

"cipher" wrote in message
...
How can I link two tables within Access so that records entered into one

are
automatically entered into the other?


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple tables - Multiple forms (Access 2000) Alastair Using Forms 0 November 12th, 2004 03:30 PM
Linking to ODBC tables on startup using dynamic username/password Kurt Monroe Database Design 2 October 8th, 2004 07:06 PM
Images in a database Franz General Discussion 10 October 7th, 2004 09:35 AM
Access 2003 Holding Shared locks on tables until exit Snake Running & Setting Up Queries 0 October 5th, 2004 12:37 AM
Access XP Compared to Access 2003 Mardene Leahu New Users 1 October 1st, 2004 05:11 AM


All times are GMT +1. The time now is 01:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.