Need help on creating option buttons on Form

C

CAD Fiend

Hello,

I am making a form that will contain address fields for a land owner,
but sometimes the land owner does not live on the same property they own
(for instance, they may be renting it out to a tenant), or in the other
case, they are using a PO Box instead of the physical address.

I am interested in finding out if there is a way to reduce the amount of
typing for the user when inputting the land owner's information twice.

My table has the fields, OwnerAddress, and PropertyAddress, OwnerPOB.

Here are the possible scenarios:

#1 - Owner lives on property, and will use the physical address for
mail,

#2 - Owner lives on the property, but instead prefers to use a POB for
mail address,

#3 - Owner does NOT live on property, tenant lives on it instead.

The form will have the same fields.

When the user opens the form, and enters the physical address (field
named Property Address) of the property (which is mandatory) is there a
way that I can set it up so they can (then) click on (of some type -
what would you recommend?) a button next to the physical address field
to indicate WHETER or NOT this address is the mailing address? And if
they clicked on it to say YES, it would populate both the
PropertyAddress AND the OwnerAddress in the table (and can it populate
the Owner Address field on the form as well)? Likewise, if they (the
user) clicked NO, then the PO Box field would "set focus" so the user
would input the PO Box number?

And how would you suggest I create a button for #3?

TIA.

Phil.
 
Top