View Single Post
  #1  
Old June 1st, 2010, 08:06 PM posted to microsoft.public.access
lmcc via AccessMonster.com
external usenet poster
 
Posts: 3
Default Query--using Access 2007

I have a tblAddress table with a lookup field called TypeofAddressID.

A company may have many addresses with different TypeofAddressID—such as 1 =
Business, 2 = Mailstop, 3 = PO Box, and so on.

I need to pull out TypeofAddressID # 1. Then if a 1 is not available, give
me the type that is (which may be the PO address or Mailstop).

I tried DLookup, Xor, and IIf([TypeofAddressID]=1, 1, IIf([TypeofAddressID]=2,
2, IIf([TypeofAddressID]=3, 3, 4))), but it is listing all addresses per
company instead of either or.

Any suggestions?

--
Message posted via http://www.accessmonster.com