Hi. I'd like to have the visibility of a button dependent on a Sharepoint Date and Time column. Basically, I need the button to show only if the date in the column field has occurred.
I tried doing something like this . . .
Now()>=DateValue('SPList'.'DateColumn')
. . . but to no avail. Any help would be greatly appreciated.