I've tried using the =MID function in the Employee_ID combo box Control Source, but it didn't worked. The employee id is 100 and the whole scannable id is VFI100LCN. So i used =Mid([BCode],4,3) in Employee_ID control source but it gave me run-time error om "Employee_ID.Value = BCode.Text" that i...