J
Jan
Hi all,
I'm creating a database that I will eventually publish to the web. I want to
create a form where if the shipping address is the same as the mailing
address, you click the button and the data fills into that field, if not, you
can enter your data.
I've gotten as far as =IIf([shipsameasmail]=Yes,[mailingstreet], ?) and then
I'm stuck. If I enter shipsameasmail as a last parameter, I'll get a circular
reference. If I create a separate field for this data, I'll have two fields
that contain the shipping information and the form will have two separate
places to enter.
Can anyone help with this?
I'm creating a database that I will eventually publish to the web. I want to
create a form where if the shipping address is the same as the mailing
address, you click the button and the data fills into that field, if not, you
can enter your data.
I've gotten as far as =IIf([shipsameasmail]=Yes,[mailingstreet], ?) and then
I'm stuck. If I enter shipsameasmail as a last parameter, I'll get a circular
reference. If I create a separate field for this data, I'll have two fields
that contain the shipping information and the form will have two separate
places to enter.
Can anyone help with this?