R
Randy Hartwick
I have a database that stores information in a longdate
format (including time). The query allows the user to
enter the short date (no time) for selection. The query
does not return all records within the dates identified in
the selection criteria. I believe it is because the
current time is being added to the input date. So what I
believe I need to do is either strip just the date in the
selection criteria or force the selection date criteria
time to be 00:00 for the beginning date and 24:00 for the
ending date. But I can't figure out how to accomplish
either of these tasks.
Any suggestions would be appreciated.
format (including time). The query allows the user to
enter the short date (no time) for selection. The query
does not return all records within the dates identified in
the selection criteria. I believe it is because the
current time is being added to the input date. So what I
believe I need to do is either strip just the date in the
selection criteria or force the selection date criteria
time to be 00:00 for the beginning date and 24:00 for the
ending date. But I can't figure out how to accomplish
either of these tasks.
Any suggestions would be appreciated.