prabha_friend
Prabhakaran Karuppaih
- Local time
- Today, 18:27
- Joined
- Mar 22, 2009
- Messages
- 1,027
Function fun_Attn_Ytd(Optional startdate As Date, Optional Enddate As Date)
If startdate = Null Then 'This is not working as expected.
MsgBox "Startdate Not Supplied"
Else
MsgBox startdate
End If
End Function
I tried Null, Nothing. None of them works.
If startdate = Null Then 'This is not working as expected.
MsgBox "Startdate Not Supplied"
Else
MsgBox startdate
End If
End Function
I tried Null, Nothing. None of them works.