The following SQL doesn't work (either with V4Rb or VStudio) -- SELECT recID, MatterPtr, Description, TimeWorked FROM TimeEntries WHERE EntryDate='2005-06-16' but this one does -- SELECT recID, MatterPtr, Description, TimeWorked FROM TimeEntries WHERE EntryDate='6/16/2005' Is this a known problem? -------------- Charles Yeomans