I have 2 tables in ms access, one with employee information with employeeid, date_work, time_work and joining_dt
Employee can work in different departments any-day and anytime
Other table is department table which shows on a particular date and time the department employee was in with Employeeid, and departmentname,effective_dt ,effective_tm fields. so this table shows the department name for a particular date and time.
This table has several records for each employee for different dates with different department
I need to write a query in ms access 2003 to display for each employee for the combination of (date_work and time_work), the department employee was working.
How can I do that?
Thanks!!