AidanEnos
MIS
- Dec 11, 2000
- 189
ok, I have a Customer info form
has Customer, Street Address, City, etc.
also has Billing Street Address, Billing City, etc..
I have a check box that says "Customer Bill to" same as shipping? with the check...
I want to make the code...
IF CheckBox is check (not sure of how to syntax this) THEN
address=billtoaddress, city=billtocity, etc.
Else
I know what I want here so won't bother with the details
Thanks
has Customer, Street Address, City, etc.
also has Billing Street Address, Billing City, etc..
I have a check box that says "Customer Bill to" same as shipping? with the check...
I want to make the code...
IF CheckBox is check (not sure of how to syntax this) THEN
address=billtoaddress, city=billtocity, etc.
Else
I know what I want here so won't bother with the details
Thanks