Empty field not showing as a result of a query

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
 
G

Golfinray

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.
 
Top