473,406 Members | 2,377 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Linking two fields with different names in one table to another table

I have the following tables:

(tlbJudgments) with fields, "Plaintiff" and "Defendant"
(tblProperty) with fields, “Grantor” and “Grantee”
(tblIndividuals) with fields “FirstName”, LastName” “Address” etc

It is possible to link the fields Plaintiff and Defendant to the individual table and if so how? Same goes for the Property table. Any suggested way of dealing with the above would be greatly appreciated.

Thanks in advance.
Mar 23 '15 #1
1 1241
Rabbit
12,516 Expert Mod 8TB
Is your question how to join tables in general? In which case, I suggest a SQL tutorial because that is one of the basic functionalities you should learn. A good tutorial can be found here: http://www.w3schools.com/sql/sql_join.asp

Or is your question about how to join two different fields to the same table? In which case, you do it the same way you would a normal join, except you do it twice. You bring in the individuals table two times and give each reference a different alias. Each time you join to a different field.
Mar 23 '15 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: calan | last post by:
Relative SQL newbie here......this is probably easy, but.... Lets say I have a table (MainTable) that stores a list of input table names, a primary key (PKey), and a field called "Configured" for...
2
by: terence.parker | last post by:
I am often faced with the dilemma of whether to use a JOIN query across three tables in order to grab a bunch of results - or whether to create another table to represent what I want. The latter is...
5
by: Sami | last post by:
Please bear with me, and if you answer this question, please do it step by step. I am new at Access, not at all sophisticated. I am using Office XP. This will need to be read in Access for...
0
by: sonta | last post by:
I have a form ( frmInv )that has various fields and the data source for this form comes from a table ( Tbl A) . Two fields that are present in this form are Suburb (combo box) and Postcode (text...
3
by: bitoulis | last post by:
Hi, is it possible to use the records of a table as the field names of another table? If yes, how is it done? Thanks in advance Laertes
6
by: Dale | last post by:
I'm not sure I'm even thinking about this the right way, but here goes: I have a table of users. Each one of these users may be associated with none, one, or many records in another table I call...
1
by: Jan | last post by:
I have a table with autoincrement unique ID plus name (required not to be blank) and other fields. I have a list of names in another table and would like to do insert to the name field of the...
2
by: mlb5000 | last post by:
I am creating a form that needs to read information from another table. The user selects a single value from a drop-down box that is linked to the first column of data in the table I want to read...
6
by: neelsfer | last post by:
I do race timing. I capture race numbers in a subform, a sequential lapnumber is created, and the racenumber and finishtime are appended in realtime to a specific lap number fields in another...
3
by: sashasandy | last post by:
I have a database with two tables. 1.tblFee_Structure. 2.tblStudent_fees. tblstudent_fees contains the fields: student_ID,Student_name,Structure_ID and fee_paid. In this case the fields we...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.