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



 
 
Thread Tools Display Modes
  #1  
Old September 19th, 2008, 03:39 PM posted to microsoft.public.access.tablesdbdesign
Keith Rathband
external usenet poster
 
Posts: 2
Default linking tables

I am a novice with access...

How can i setup a link between tables so that if i add a new entry into
field1 in table1, a new record in table2 is created. Field1 in table2 will
then contain the data as in feild1 table1 - however in table2 duplicates
within field1 will not be allowed.







  #2  
Old September 19th, 2008, 05:08 PM posted to microsoft.public.access.tablesdbdesign
S Panja
external usenet poster
 
Posts: 26
Default linking tables

Index Table 2 Field 1 with No Duplicates. Create a form for Table 1 and
define an event After Update to append the data to Table 1 Field 1.
--
http://panjas.org http://www.linkedin.com/in/spanja

If the reply is helpful or is the answer, click Yes next to
Was this post helpful to you?
and / or
Did this post answer the question?


"Keith Rathband" wrote:

I am a novice with access...

How can i setup a link between tables so that if i add a new entry into
field1 in table1, a new record in table2 is created. Field1 in table2 will
then contain the data as in feild1 table1 - however in table2 duplicates
within field1 will not be allowed.

  #3  
Old September 20th, 2008, 12:27 AM posted to microsoft.public.access.tablesdbdesign
Armen Stein
external usenet poster
 
Posts: 507
Default linking tables

On Fri, 19 Sep 2008 15:39:07 +0100, "Keith Rathband"
wrote:

I am a novice with access...

How can i setup a link between tables so that if i add a new entry into
field1 in table1, a new record in table2 is created. Field1 in table2 will
then contain the data as in feild1 table1 - however in table2 duplicates
within field1 will not be allowed.


You may be describing a 1-1 relationship, which may not be what you
want. Or, your design is going to store duplicate data, which is
probably also not what you want. In either case, it probably isn't
good database design.

If you would like more help, please post a description of what you
actually want to do.

Armen Stein
Microsoft Access MVP
www.JStreetTech.com

 




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


All times are GMT +1. The time now is 08:50 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.