Hello, i have 2 tables
Employees (IdEmp, NameEmp, PasswordEMP) and
Calls(IdEmp, NoCall, problem, description, case)
Case take up values from "Yes", "No", "Suivi","Error".
I've created a log on form that works very well (frm logon), using a combo box(cboEmployee)and a field where one can...