creating a form/report using information from two tables

N

Nathan Vanderslice

I think I've pretty much figured out how to link two tables by a given
field. When trying to create a form/report, how do I get the field lists
from both tables to come up?
 
J

John Vinson

I think I've pretty much figured out how to link two tables by a given
field. When trying to create a form/report, how do I get the field lists
from both tables to come up?

For a Report, simply create a Query and base the report on that Query.

This can be done on a form as well, although often the result won't be
updateable or will appear to have repeating data. Typically with a
Form you would base a Form on the "one" side table of the
relationship, and a Subform on the "many".
 

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