1) When the user selects a Ship-To address, the screen is populated with the address information from the ShippingAddresses table.
2) The field FakeShippingAddress was created by our Method Solutions developer and holds the same "Address 1" data as the ShippingAddresses table field "Address 1" field for the respective shipTo recordID.
3) I do have one I built but it hasn't been used in months.
4) When a user is adding a new line, they choose the shipping address. That address info is populated on the screen 9and shows the ampersand correctly). When they elect to add the line item to the order, the "Insert" fields into table function is used and those fields on the screen get put into the SalesOrderLine table.
I'm wondering if the issue stems from the fact that the field being inserted into the table is being displayed on the screen and the HTML formatting is messing it up?
Thanks.