We use the Look up Address button to populate the address fields on the Quote and the Order forms. It works as expected, by showing the addresses associated with the account and then displaying the values on the form. No problems there. The issues that I am having is with regards to the uniqueidentifier addressid fields in the tables itself. When used on the Quote form, it does not populate the two addressid fields (BillTo/ShipTo) but on the Order form it does populate those fields. I'm making a report that is suppose to get the addressid fields from the Quote and the SalesOrder table and reference it back to the address record, which in the case of the Quotes, of course isn't working.
I've looked through everything I can think to try and figure out why there is a difference but I've come up with nothing, so I'm hoping someone might be able to shed some light onto this.
This issues is occurring in both our Test and Production environments.
Thanks