make one button save records to more than one table

G

Guest

I am creating a form to show the change in departments and positions, and
saving that data to 2 different tables.
 
J

Jeff Boyce

It is rarely necessary or a good idea to save the same data to more than one
table in a well-normalized design. Can you explain more why you feel your
business situation demands this?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
G

Guest

Do you have a question?
Also, Long Subject lines get truncated, So it would be good to keep the
subject line short and put the question or comment in the big white space.
 
J

John Vinson

I am creating a form to show the change in departments and positions, and
saving that data to 2 different tables.

Ok; do you have a question or a problem?

Bear in mind that we cannot read your mind, nor do we know anything
about how your tables or forms are structured.

John W. Vinson[MVP]
 
M

ManningFan

Use a subform and a form, linked by DepartmentID. It will save the
changes to both tables if your database is structured properly.
 

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