Hiya,
You can use DLookup to display data from an unrelated table, something like;
DLookup("[Location]", "tblLocations", "[COMMON FIELD NAME IN tblLocations] = Forms![FORMNAME]![FIELD ON FORM NAME]"
Place the code in one of the events (maybe AfterUpdate)
if you want to display more than...