I have a table of Addresses for various companies. Some of the companies will have more than one address. For this report I only need one address, which is TypeofAddress ID = 1. Therefore, I created a query and use this criteria on the TypeofAddressID field: 1 Xor 2 Xor 3 Xor 7 Xor. The results give me 1 and 7 for a company. Meaning, if a company has a type 1 and type 7, I get both addresses instead of just one address. For this report "1" is the preferred type of address, but if I just have a mailing address then 7 is okay.
Any quick suggestions on what I am doing wrong?
Thanks!
Any quick suggestions on what I am doing wrong?
Thanks!