Greetings,
I am trying to create a query that will return records that are before a date (input by user) or if the date field is empty. This is what I have tried and it works great except that it doesn't return the empty date records.
(<=[Enter End Date:]) Or (IsNull(""))
Any assistance is greatly appreciated.