Using NEILSON's Post to my previous question I get a begin date and an end date. How do I use these 2 dates to search for any date that falls between these 2 parameter fields. If I delete these 2 parameter fields Crystal shows all the dates and info but when I put these 2 parameters back in I get absolutely nothing meaning I am somehow useing these 2 fields wrong in my search formula? I ask it to search with the following criteria <br>{MATUSETRANS.TRANSDATE} >= {@Start Date} and<br>{MATUSETRANS.TRANSDATE} <= {@Finish Date}<br>So it searches for any date between the 2 dates.