Hi
I am building a view from two tables. I have joined them correctly but I am not build the "Where Condition" filtration criteria on a date field. The interface doesn't provide any help
Basically, I want to build this criteria
Select all records ( from the joined tables) Where Work_Date is blank or Work_Date is not today's date
the problem is that it wants me to hardcode today's date ; this will work for today and tomorrow my query will be useless
Is their a way to do it