If 'thedate' is February 29, 2008 then do I write it like this?

Code:
If date.now = 02/29/2008 Then
Me.Close
End If
Quote Originally Posted by MrMakealotofsmoke
couldnt u do something on the Form load.
i guess u would use date.Now
so something like

If date.now = thedate Then
Me.Close
End If

idk, just guessing