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...