Hello all.
I have a combobox that allows users to select users from the sys_Users table. The combobox had a record source that combines the UserID of the user with their First and Last names from the Employees table.
When users login, their UserID is stored to a TempVars variable, and I just want to set the intial value of that combo box to the TempVars!UserID, but things like: Me.UserID.Value = TempVars!UserID don't work. Does anyone know how to do this?