Hackcess2007
Registered User.
- Local time
- Today, 14:07
- Joined
- Mar 8, 2014
- Messages
- 47
Hi all,
I think this to be rather straight forward but straight enough for me to figure out i guess. I have a pop up reports tied to my form so the usere can press the see list report of all the equipment they just scanned in or out of the building. I am useing the Date/Time data type (General Date) What I would like to get out of the query is when the user clicks the button it will show all entries from the time right before the button is pressed AND through 5 minutes earlier. (That would be the time that the user would of started scanning the equipment. This is my current criteria Between Now() And Date() This is returning all transactions for the day. I really only want all transactions for that session.
As always i little help is awesome. Thank you very much.
I think this to be rather straight forward but straight enough for me to figure out i guess. I have a pop up reports tied to my form so the usere can press the see list report of all the equipment they just scanned in or out of the building. I am useing the Date/Time data type (General Date) What I would like to get out of the query is when the user clicks the button it will show all entries from the time right before the button is pressed AND through 5 minutes earlier. (That would be the time that the user would of started scanning the equipment. This is my current criteria Between Now() And Date() This is returning all transactions for the day. I really only want all transactions for that session.
As always i little help is awesome. Thank you very much.