I'm running a SCR 7 report from a MS SQL Server 7 Stored Procedure. The only parameters are a set of date ranges. The problem is that if the user wants the records from between (and including) a certain set of dates, they either must enter a date 1 day earlier than the stat date or else change the time portion of the start date to 12:00:00AM. This is very easy to forget to do since these reports are run fairly infreqently.
Is there any way I can make the parameters accept only a Date and ignore the time portion? Are there any other workarounds? Thanks!
Is there any way I can make the parameters accept only a Date and ignore the time portion? Are there any other workarounds? Thanks!