Something just doesn't seem right. Having issue on both the client's system (4.20.0.9) and my local ABC data (4.30.0.22). Using Crystal 10 for the client's custom Crystal Report request and having trouble, so I decided to dumb things down a bit and try to isolate the issue. So I'm trying to simply get data from IM_13: Cust Div #, Cust #, and Ship-To Code - along with Ship-To City from SO_ShipToAddress. So I'm linking div #, cust #, ship-to-code from IM_13 to Ship-To file. And I'm using a Left Outer Join (LOJ) because I still want to see the IM_13 data even if no respective Ship-To exists. The problem is that the City data won't print (or any other Ship-To file data), but it does if I happen to remove the div # or cust # link. Somebody please tell me I'm just overlooking something. Been looking at this way too long and have gotten quite punchy.