Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / August 2006

Tip: Looking for answers? Try searching our database.

Relationships

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sgtschultz1981 - 04 Aug 2006 19:09 GMT
If the foreign key is just a link to the other table how do I get the Data
transfered there without retyping all of it?
KARL DEWEY - 04 Aug 2006 20:24 GMT
Set referential integerity and use a form/subform.  When you enter a new
record in the subform it will automatically add the data in the many table.

> If the foreign key is just a link to the other table how do I get the Data
> transfered there without retyping all of it?
John Vinson - 04 Aug 2006 20:29 GMT
>If the foreign key is just a link to the other table how do I get the Data
>transfered there without retyping all of it?

Stop.

You're completely misunderstanding how relationships work.

Creating a relationship between two tables DOES NOT "transfer" any
data from one table to the other! That's not what relationships are
for.

If you want to see data from TableA in conjunction with related
records from TableB, you would *CREATE A NEW QUERY* joining TableA to
TableB. You can then select some fields from TableA, other fields from
TableB, and see them together.

It is neither necessary nor appropriate to "transfer" the data from
TableA into TableB. If you're assuming that you must have all the data
in one table in order to view it or report it, reset your assumption
because it's *wrong*.

                 John W. Vinson[MVP]
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.