Maybe I'm having a brainfreeze (Maybe? LOL), but can anyone explain to me what this DLookup will do:
Code:
=DLookUp("[Location Name]","Del_PostCode","[Employee Number] =" & [Forms]![Course Booking]![Employee Number])
In the course booking form where it sits, it should bring up the store location connected with the employee number, and it works for most of the employee numbers entered, but some of the records aren't showing the location details, and I'm trying to determine if the fault lies with the form or with the records (I'm assuming the records, as like I said it does work for many examples, just a few)