Empty field not showing as a result of a query

  • Thread starter Thread starter LED
  • Start date Start date
L

LED

I have a query that has the following fields:
date
punch in time
punch out time

I want the results to show me all the records of a particular timeframe
even if the punch out time field is empty. What can I add to my query to
make it show those records too?

Thank you
 
The query should be showing the filled in and empty fields unless you have
put something in a criteria like "is not null." I'd start checking to see if
I am linked properly and have the proper relationships.
 
Back
Top