Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Date v. Datetime

    Never mind, I finally got it.

    Instead of using Now in my expressions, I created a hidden parm called pToday. Its value is :

    CDate(datepart("m",now) + "/" + datepart("d",now) + "/"...

Viewing post 1 (of 1 total)