From: hardarch on
hello kind folks who have vast knowledge...

I have a table of students who are employed by various companies. The table
has a field where the employer's name is entered. AND I have a separate
table of employer company details. I would like to be able to create a query
that gives me the student names, their employer's name, and their employer's
details. The employer's names are entered identically in the fields of both
tables (ie spelling etc)...

It seems like a simple problem but I just don't seem to be able to figure
out how to do it.. any advice would be great. thank you
From: John Spencer on
== Open a new query
== Add both tables to the query
== DRAG from Employer name in the Employers table to the Employer name in the
Students table to create a JOIN (it will appear as a line between the two
table fields).
== Select the fields you want to see in the result. (Double-click on the
fields or drag the fields into the grid.)

That is the basics.

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County

hardarch wrote:
> hello kind folks who have vast knowledge...
>
> I have a table of students who are employed by various companies. The table
> has a field where the employer's name is entered. AND I have a separate
> table of employer company details. I would like to be able to create a query
> that gives me the student names, their employer's name, and their employer's
> details. The employer's names are entered identically in the fields of both
> tables (ie spelling etc)...
>
> It seems like a simple problem but I just don't seem to be able to figure
> out how to do it.. any advice would be great. thank you
From: Jeff Boyce on
"... have vast knowledge ... " -- there's a lot of that goin' 'round here
....<g>

Jeff B.

"hardarch" <hardarch(a)discussions.microsoft.com> wrote in message
news:DDD7E6C3-0EBA-4A49-8516-14FD5F925136(a)microsoft.com...
> hello kind folks who have vast knowledge...
>
> I have a table of students who are employed by various companies. The
> table
> has a field where the employer's name is entered. AND I have a separate
> table of employer company details. I would like to be able to create a
> query
> that gives me the student names, their employer's name, and their
> employer's
> details. The employer's names are entered identically in the fields of
> both
> tables (ie spelling etc)...
>
> It seems like a simple problem but I just don't seem to be able to figure
> out how to do it.. any advice would be great. thank you


From: John W. Vinson on
On Tue, 13 Apr 2010 16:16:37 -0700, "Jeff Boyce" <nonsense(a)nonsense.com>
wrote:

>"... have vast knowledge ... " -- there's a lot of that goin' 'round here
>...<g>

For some of us, our knowledge is only half vast.
--

John W. Vinson [MVP]