Hi all - I have a table includes the following fields:
In time
Out Time
Actual IN
Actual Out
The problem is that sometimes employees forget to clock in or out which results in null values in the above fields.
I need a query that will pull data if one of these fields is null.
I know I can use the OR criteria for two fields but I was confused about what to do when there are more than two fields.
Hope you can help.
In time
Out Time
Actual IN
Actual Out
The problem is that sometimes employees forget to clock in or out which results in null values in the above fields.
I need a query that will pull data if one of these fields is null.
I know I can use the OR criteria for two fields but I was confused about what to do when there are more than two fields.
Hope you can help.