D
d9pierce
Hi all,
I need some design help with a check box / vb code.
I have a form called Company_Main which gives the basic information of
company. The address, city, state, and Zip comes from tbl_Address.
Address is txt, Zip is a cbo from tbl_Cities and city and state are
txt from that tbl.
Some of my company(s) have a remitence address so what I am trying to
accomplish is that if chkbx=true, then this is the same address as
primary, else one selects a different address by typing in the address
and selecting zip for the zip, city, and state to be remitted to.
I am assuming the best way to accomplish this is to use a subform on
my form for the remitence address?
The major delima I have is how to make changes in this for example:
Lets say the remitence address is the primary address and then the
company grows and now I need to change the remitence address to
something other then the primary so I would uncheck this chkbx and add
a remitence address or viseversa, a company downsizes and then I need
to make the companys primary address the remitence.
My thoughts are to have in my tbl_Address a check for primary, check
for remitence, and a check for primary remit as well as the other
fields?
Not real sure how to accomplish this and not end up with a ton of
errors in doing so!
could anyone share some insite with em on this please.
Thanks,
Dave (e-mail address removed)
I need some design help with a check box / vb code.
I have a form called Company_Main which gives the basic information of
company. The address, city, state, and Zip comes from tbl_Address.
Address is txt, Zip is a cbo from tbl_Cities and city and state are
txt from that tbl.
Some of my company(s) have a remitence address so what I am trying to
accomplish is that if chkbx=true, then this is the same address as
primary, else one selects a different address by typing in the address
and selecting zip for the zip, city, and state to be remitted to.
I am assuming the best way to accomplish this is to use a subform on
my form for the remitence address?
The major delima I have is how to make changes in this for example:
Lets say the remitence address is the primary address and then the
company grows and now I need to change the remitence address to
something other then the primary so I would uncheck this chkbx and add
a remitence address or viseversa, a company downsizes and then I need
to make the companys primary address the remitence.
My thoughts are to have in my tbl_Address a check for primary, check
for remitence, and a check for primary remit as well as the other
fields?
Not real sure how to accomplish this and not end up with a ton of
errors in doing so!
could anyone share some insite with em on this please.
Thanks,
Dave (e-mail address removed)