Hi, how can I select only fields with a specific date & time set through a select statement in lotus script, please?
I’ve tried this (customDate is a datetime field):
Select (@GetField ( “customDate” ) = “04/23/2004 12:00:00 AM”);
It returns nothing even though there is at least one customDate field with this specific date and time.
Thanks