hi All
How can i do a loop through the entire column in a form when executing the code below:
if txtPaymentType.text = "Cash" And txtCustomerName.text = txtTradingName.text then
txtShipTo.text = txtCustAddress.text
end if
also if there is better way writing this code i will gldly use it.
MXO
How can i do a loop through the entire column in a form when executing the code below:
if txtPaymentType.text = "Cash" And txtCustomerName.text = txtTradingName.text then
txtShipTo.text = txtCustAddress.text
end if
also if there is better way writing this code i will gldly use it.
MXO