G
Guest
1. My Employee Log table has employee_id, employee name, Log_date,
Hourly_wage. Employee_id includes all the day or night shift employee id.
Most importantly, some employees sign up without any shift signed up.
2. I have other tables
Employee_Night_Shift)
It has employee_id with night shift. This table updates every day and
several hundred records.
Likewise in Employee_Day_Shift table.
Q: I am going to add one column: Shift-type in the Employee_Log table . If
employee belongs to Dayshift, I need to put "1", otherwise, "-1". I need to
use query in QBD grid
Thank you.
Hourly_wage. Employee_id includes all the day or night shift employee id.
Most importantly, some employees sign up without any shift signed up.
2. I have other tables

It has employee_id with night shift. This table updates every day and
several hundred records.
Likewise in Employee_Day_Shift table.
Q: I am going to add one column: Shift-type in the Employee_Log table . If
employee belongs to Dayshift, I need to put "1", otherwise, "-1". I need to
use query in QBD grid
Thank you.