Hi,
If a datefield is empty (null) the result is 12:00:00 AM, we all know that, but I do not want to show that value. How can I make that possible?
I tried several things like:
if datefield.value = #12:00:00 AM# then datefield.value = ""
but nothing seems to work, can someone help me?
Kind regards.
If a datefield is empty (null) the result is 12:00:00 AM, we all know that, but I do not want to show that value. How can I make that possible?
I tried several things like:
if datefield.value = #12:00:00 AM# then datefield.value = ""
but nothing seems to work, can someone help me?
Kind regards.