Hi all,<br><br>I ran this sql statement and it worked<br><br>SELECT *<br>FROM MEMBERS<br>WHERE (UserID LIKE '2%')<br><br><br>but when I tried to do the same for a date field, it didn't<br><br>SELECT *<br>FROM MEMBERS<br>WHERE (DateEntered LIKE '4/2%')<br><br><br>I got no errors but no records were returned either. <br><br>The date format is: 4/2/2002 2:06:00 PM<br><br>Please help<br><br><br>Thanks all,<br>JT
