Hey guys,
I'm having a little trouble figuring out how to create this access query correctly. Long story short, I have a table of data with entry date fields.
What I need to do is pull all records from ((Now - 1) @ 12:00 PM) - (Now @ 12:00 PM). I understand the Now() function but I'm having trouble figuring out how to get it to go back to 12:00 PM.
I'd rather do this in a query instead of VB because my end users will not understand VBA or how to support it.
The criteria I'm currently using has hard coded dates but I need this to be dynamic:
Between #5/14/2015 12:00:00 PM# And #5/15/2015 12:00:00 PM#
Thanks,
Jon
I'm having a little trouble figuring out how to create this access query correctly. Long story short, I have a table of data with entry date fields.
What I need to do is pull all records from ((Now - 1) @ 12:00 PM) - (Now @ 12:00 PM). I understand the Now() function but I'm having trouble figuring out how to get it to go back to 12:00 PM.
I'd rather do this in a query instead of VB because my end users will not understand VBA or how to support it.
The criteria I'm currently using has hard coded dates but I need this to be dynamic:
Between #5/14/2015 12:00:00 PM# And #5/15/2015 12:00:00 PM#
Thanks,
Jon