I got it!
It looks like this:
IIf(LCase(DLookUp("[UserID]=WindowsloginID()","Employee","[Administrator]=True")),([Employee].[UserID]),WindowsloginID())
The windowsloginID function retrieves your unique windows login ID when you login in so that's used to query the user information. I have a...