Access - easy one

K

Kevin

I would like to create a form to add info to more that one table.

ContactInfo form (name, address etc) has a contactType field and associated
relationship to contactType table.
 
J

John Vinson

I would like to create a form to add info to more that one table.

ContactInfo form (name, address etc) has a contactType field and associated
relationship to contactType table.

The simplest way to do this is to base the Form on a Query joining the
two tables. Be sure to have the ContactType field from *BOTH* tables
included in the query.

It may be safer to use a Combo Box control to enter the ContactType
and use the combo's Not In List event to add a new type when it's
needed (I'd guess that after the first week it usually won't be, but
then I don't know how you use the field...). Search at
http://www.mvps.org/access for "Not In List" for some sample code.

John W. Vinson[MVP]
 

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