Hello all,
I've been working on my database pretty hard over the last few days and asking for a lot of help on this forum. One thing I found out is that sending 'time' to the DB in a text format can mess a huge amount of stuff up when trying to query a time field. So recently I had someone help me with
Code:
ConvertedTime: CDate([Time1])
However, Now all my old code that June7 and others have helped me with does not work, so yes, I'm somewhat starting over with my query design.
What I'm asking for in this thread is support writing code in my query criteria to only show data for the past two hours from the present time. (No matter what time I open the Query. Only show past two hours of data from that time)
Mike