So you want to every record where the date portion of the datetime field is = today?
date({table.datetimefield})=currentdate
If you want to do this for a selected date at runtime add a parameter as a date field and change the selection criteria to:
date({table.datetimefield})={?parameter}
Edited by DBlank - 24 Mar 2009 at 8:25am