PDA

Click to See Complete Forum and Search --> : My "Day" function code keeps getting errors?


Paul Dudley
Sep 1st, 1999, 04:45 AM
Thanks - I keep getting a "this object doesnt support this property or method" error message when I put....
Dim sigleday
Singleday = Day ....code into a textbox object on a form. Can you let me know what the problem is, and perhaps correct my code.

Regards - Paul

Jamppa
Sep 3rd, 1999, 01:09 PM
try this

Dim sigleday

Singleday = Day(date)
or
Singleday = Day(Now())