How can i fill address fields with data from another table

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

Guest

Having found a record with the address that i want, in the sub-form, how can
i copy the address data to the address fields of the current record in the
customer form ?
 
Having found a record with the address that i want, in the sub-form, how can
i copy the address data to the address fields of the current record in the
customer form ?

Ordinarily you would not *want* to do so.

Storing data redundantly in two different tables is essentially NEVER
appropriate. Could you explain what tables the form and subform
display, and why you have the same address stored in two different
tables?

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