I have a form in which the user selects the Sales Order number, then all other fields are populated based on that number. Among those fields are info for customers' address. The Issue: I have a shipping table and a billing table, if there is address info in the shipping table, the form needs to be populated w/ the shipping table info, otherwise, it needs to be populated with the address info from the billing table...which would always have address info.
Can anyone help me with the If... Then code I would need for this?
Can anyone help me with the If... Then code I would need for this?