View Single Post
  #4 (permalink)  
Old 09-20-2007, 10:36 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,205
Default

You need first to convert the string into a date value using DateParse:
If DateParse(X) >= Calendar4.Value Then...
Reply With Quote