I have a form frmTimeEntry. The record source for this form is
tblStaff.
When this form is opened a default value appears in the field txtUserName
(it comes from Login form).
I need to autofill 2 other fields (e.g. txtUserPosition, txtUserDepartment) based on what appears in
txtUserName (all values are in tblStaff)
I can do it using DLookup but I was told it is not a good idea. Any other ways?