L
Larry Rebich
In VB6 I could do something like:
If dMyDate<=2 Then
would return true if the date was not a recent date.
How can I do this in VB2005?
I've tried Cdbl(dMyDate)<=2 but I get an error message telling me I can't do
this 'cast'.
I've tried Google but can't find any examples.
Larry Rebich
If dMyDate<=2 Then
would return true if the date was not a recent date.
How can I do this in VB2005?
I've tried Cdbl(dMyDate)<=2 but I get an error message telling me I can't do
this 'cast'.
I've tried Google but can't find any examples.
Larry Rebich