G
Guest
Try:
if isnull(fmintrodate.text) = true then...
Erin
used .Value and .Text after fmIntroDate, with no errors,
but same results.
results.
if isnull(fmintrodate.text) = true then...
Erin
it shows that fmIntroDate IS Null. I have also-----Original Message-----
I am a long time C user (20+ years), but only recently to VB.
I have some code in Access:
if fmIntroDate = Null Then
fmIntroDate = Date
End If
fmIntroDate is formatted as Date.
In the debugger, the middle line is skipped, even though
used .Value and .Text after fmIntroDate, with no errors,
but same results.
fmIntroDate is bound to), same different ways, sameI have also used IntroDate (which the control
results.
is there something wrong with my code?Does VB hate me because of all my years in C/C++/VC++ or