subforms- copying fields

  • Thread starter Thread starter linda
  • Start date Start date
L

linda

I have 1 subform containing home address and 1 subform
containing correspondence address. 99% of time the
addresses are the same. To avoid entering data twice, I
would like to set up a control button which, when pressed,
copies data from home address to corres address.

Any advice would be much appreciated.
 
Linda

Rather than store the same text strings (delivery address, city,
state/province, postal code) twice, another approach would be to create an
address table, including a primary key.

Then, when you associated an address with a (?person, organization, ...?),
you'd be using the primary key from the address table as a foreign key. If
that entity has two addresses (same or not), you'd store two foreign keys,
pointing back to a (one or two) address(es) in the address table.

JOPO (just one person's opinion)

Jeff Boyce
<Access 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