update 2 tables with one form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am trying to have a data entry form in 2003 update 2 tables at the same
time, but it will only update one table, not the other. is there ann easy
way to fix this?
joe
 
i am trying to have a data entry form in 2003 update 2 tables at the same
time, but it will only update one table, not the other. is there ann easy
way to fix this?
joe

How are the tables related? Typically one would use a Form for the
"one" side table of a one-to-many relationship, and a Subform for the
"many", using the linking field as the master/child linking field.

If you're trying to store the *same* data redundantly in two different
tables - you probably should reconsider your design, or at the very
least explain your reasoning.

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

Back
Top