form design

C

cc

I have two tables - one table has company information, one table has contact
names. I want to have a form that shows both company information and a list
of the contact names within that company and each of those people's contact
information, i.e. telephone, email, etc. In design view of the form, how do
I bring in all of the contact names associated with that company. (I have
each contact name connected to their company by a unique company ID number.)
 
A

Arvin Meyer MVP

Build a main form (frmCompany) with a subform (subCompanyContacts) linked on
Company ID. You can turn on the wizard (the magic wand) in the toolbox and
get a wizard to walk you through it.
 

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