looking up data from 2 tables

O

Oscar Morejon

i have 2 tables 1 has the codes of the classes per period
and per student the other table has who that code
(teacher name) it belongs to What i need to do is do
lookup the code and export out the to another table
 
J

John Vinson

i have 2 tables 1 has the codes of the classes per period
and per student the other table has who that code
(teacher name) it belongs to What i need to do is do
lookup the code and export out the to another table

Create a Query joining the two tables by class code.

It would rarely be necessary to "export out... to another table"; this
Query can be used directly as the recordsource of a Form or Report,
exported to text, or whatever.
 

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

Top