Joins

  • Thread starter Thread starter Cyndi
  • Start date Start date
C

Cyndi

Ok here is my question - I am linking to a database that is already
done and is protected so I cant change what comes from it

In it is a season owner field and a horse owner field and these are id
fields both tied to client id in the client table

how can i write a query to bring in the seasonownername and the mare
name and they both be on client id??
 
Ok here is my question - I am linking to a database that is already
done and is protected so I cant change what comes from it

In it is a season owner field and a horse owner field and these are id
fields both tied to client id in the client table

how can i write a query to bring in the seasonownername and the mare
name and they both be on client id??

Create a query adding the Client table TWICE - once linked to
seasonowner ID, once linked to horse owner ID.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

join 4
Form from a query 1
Access 2003 - select query with 2 parameters 3
Database design/ tables design 1
Question re: setting Primary Key 2
Showing ID field 6
Querying 2 Tables 4
Nested query problem 6

Back
Top