Sorry Duane! I've been on vacation and didn't get this uploaded before I left. Here's the SQL behind the form:
SELECT Buildings.CodeKey, IIf(IsNull([LocationNumber]),99999,[locationNumber]) AS Expr1, Locations.LocationNumber, Buildings.LocationID, Buildings.BuildingNumber...