Hi
I have existing code that checks a date for being empty by checking for "" or 0 and this still works.
But I can't get any new code to allow this in an If or If Test.
I have tried using a date function like weekday() to return "", but as soon as I delete the date from a field, the weekDay remains the previous value, it does not change to "".
Any ideas welcome.