12:00:00 Am

MartijnAn

Registered User.
Local time
Today, 02:31
Joined
Sep 30, 2004
Messages
51
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.
 
You might try :

if datefield.value = #12:00:00 AM# then datefield.forecolor = RGB(255,255,255)
That should alter the text color of that field to white.

Hoop dat dit helpt.
 

Users who are viewing this thread

Back
Top Bottom