C
channell
I have read a lot, but I still can't find an answer.
I have a combo box with a short list of work positions in it. I have
assigned each employee a work position, but it is also possible to change it
if they work somewhere else for a day or extended period of time. I want the
combo box to set their default position when I create a new record.
I am using the DLookUp function, and I have also tried "On Load" Event.
=DLookUp("[PRELOAD POSITION]","tEMPLOYEES","[EMPLOYEE ID]")
I am stuck. Thanks!!
I have a combo box with a short list of work positions in it. I have
assigned each employee a work position, but it is also possible to change it
if they work somewhere else for a day or extended period of time. I want the
combo box to set their default position when I create a new record.
I am using the DLookUp function, and I have also tried "On Load" Event.
=DLookUp("[PRELOAD POSITION]","tEMPLOYEES","[EMPLOYEE ID]")
I am stuck. Thanks!!