My database has the following fields, which are accessed by various forms.
PostalAddress1
PostalAddress2
PostalSuburb
PostalState
PostalPostcode
BusinessAddress1
BusinessAddress2
BusinessSuburb
BusinessState
BusinessPostcode
What I would like to do is have the values of the Postal fields become the default for the Business fields to save typing when both addresses are the same. Is this possible? If so, How?
Regards,
Maria