I have a form 'frmHours' whereby the user enters data about an employees hours worked and cash required each week.
cboEmpId
cboWeekNo
cboPeriod
Hours
Cash
is it possible to have a text field update with the employee name, when the empid combo box has been selected?
also 'tblemployees' contains details of empid, forname, surname, wage rate, cash required weekly, etc...
is it possible for my 'frmHours' to autofill the cash field with the amount of cash they require weekly from 'tblEmployees'???
Many Thanks
cboEmpId
cboWeekNo
cboPeriod
Hours
Cash
is it possible to have a text field update with the employee name, when the empid combo box has been selected?
also 'tblemployees' contains details of empid, forname, surname, wage rate, cash required weekly, etc...
is it possible for my 'frmHours' to autofill the cash field with the amount of cash they require weekly from 'tblEmployees'???
Many Thanks