I thought this would be simple. I'm using an SQL Server connection to an on-premise server. I have a Client form and I want to copy the Billing address to the Shipping address (attached). I have a button to trigger copy (CopyBilling2Shipping). In the OnSelect property of the button I have:
OnSelect = ShippingStreetVal.Text = BillingStreetVal.Text (the Val fields are the datacard value fields).
I don't get any errors but nothing happens. I'm sure there is a simple fix but I've looked around and can't find it.
