I'm using CR14 and accessing a SQL Server DB. There's a field called Status_Date that turns out to be a string field instead. An example value of this string field looks like 2016/08/01 00:00:00::00, which is 8/1/16 and will always stay 00:00:00:00 since there's another string field that grabs the time . I would like to use a Start Date parameter and an End Date parameter and the in between record select. Is there a way to easily do this? TIA