View Single Post
  #4  
Old May 30th, 2010, 08:48 AM posted to microsoft.public.access.forms
PieterLinden via AccessMonster.com
external usenet poster
 
Posts: 307
Default Employee Barcode scan IN and OUT using Access 2007

jfire wrote:
Within Access, you can have as many forms as is practical open, subject of
course to your available memory. In order to see what is happening on

[quoted text clipped - 5 lines]
or have sean any templates like this please let me know. Thanks for any
help.


Maybe I wasn't clear, this is all on one PC. A employee scans in using
barcode this shows up on the screen. Right now when this happens a query
pops up showing the employee has scaned in including all previous employee's
that have scaned in not a problem. I would like the pop-up query only show
for a few seconds and then disapear being ready for the next employee to scan
in. I don't want the person watching the monitor have to press any keys just
watch to make sure everyone scans in. My question is can I make the pop-up
query disapear after a few seconds without doing anything from the keyboard
or mouse.


So create a form based on your query, then use the OnTimer event to close the
form after some number of milliseconds. Check the VBA help for OnTimer

--
Message posted via http://www.accessmonster.com