I have a table with a start and end date field. When the record is first created, a start date is entered but the end date is left empty.
I have been trying to query for the empty end date using the null, spaces and empty string, but I keep getting a data type mismatch.
What do I use in a query to test for an empty date?
Looking for help.
I have been trying to query for the empty end date using the null, spaces and empty string, but I keep getting a data type mismatch.
What do I use in a query to test for an empty date?
Looking for help.