for some reason when i pull my query with the following parameters...
Date field (formatted to short date)
Time field (formatted to short time)
i still get everything ever inputted for the day. Is there some trick to making access see the time and to only display the times i tell it to?
What i really need it to do is pull all data that is greater than yesterday at 5:00 am...
and in-case you were wondering, I also tried > #05:00:00 am# and that doesn't work either.
Date field (formatted to short date)
Code:
>[Enter yesterdays date]
Time field (formatted to short time)
Code:
>Hour(5)
What i really need it to do is pull all data that is greater than yesterday at 5:00 am...
and in-case you were wondering, I also tried > #05:00:00 am# and that doesn't work either.
Comment