D
Dave
On my form named TimeCards there is a sub-form named Time and Hours that
tracks employee hours and payroll plus the date the time was entered.
On the sub-form named Time and Hours there is a control named WorkDate
(Control Source Work Date) that tells me the date that the employee had time
on.
If there were more than (2) employees on the same date, i.e. Work Date, then
I need a message box to popup telling me so.
Employees from drop down list on sub-form have a EmployeeID if this helps.
Drop down shows employee name only.
MsgBox "More than 2 Employees have worked on this job"
Thanks,
Dave
tracks employee hours and payroll plus the date the time was entered.
On the sub-form named Time and Hours there is a control named WorkDate
(Control Source Work Date) that tells me the date that the employee had time
on.
If there were more than (2) employees on the same date, i.e. Work Date, then
I need a message box to popup telling me so.
Employees from drop down list on sub-form have a EmployeeID if this helps.
Drop down shows employee name only.
MsgBox "More than 2 Employees have worked on this job"
Thanks,
Dave