Hi,
My Project is in MS Access.
In that I am using one form for Shipping Entry.
In That I put One Check Box.
Now If Shipping Address and Billing Address Are same than I click on that CheckBox.So It will automaticaly enter whatever address entered in Billing Address into Shipping Address.Now uptill this point everything working fine.
Now I want this thing.
When I click again on that CheckBox Than it will automaticaly Delete Shipping Address.So If I want to enter Different Shipping Address I can.And If I clicked again after that than it will again automaticaly enter the Billing Address in Shipping Address.But I don't know how to do it?
In VB we can use (I don't know proper code for VB) something like this
if(CheckBox1.ch ecked=true) then
xyz
else
xyz
Like I want to know how can I check that CheckBox Is Clicked before or not.
Thanks.
My Project is in MS Access.
In that I am using one form for Shipping Entry.
In That I put One Check Box.
Now If Shipping Address and Billing Address Are same than I click on that CheckBox.So It will automaticaly enter whatever address entered in Billing Address into Shipping Address.Now uptill this point everything working fine.
Now I want this thing.
When I click again on that CheckBox Than it will automaticaly Delete Shipping Address.So If I want to enter Different Shipping Address I can.And If I clicked again after that than it will again automaticaly enter the Billing Address in Shipping Address.But I don't know how to do it?
In VB we can use (I don't know proper code for VB) something like this
if(CheckBox1.ch ecked=true) then
xyz
else
xyz
Like I want to know how can I check that CheckBox Is Clicked before or not.
Thanks.
Comment