Hi all
I have a DB set up to receive data from a scanner through a virtual COM port. I manipulate the received scan data in VBA before writing the result to various tables.
For certain scans, I'd like the user to confirm the scanned barcodes by scanning it again within the a certain time limit (Say 1 minute)
So in my code, once that specific barcode has been detected, I want to code to wait for 1 minute to see if the scan comes through again.
The application.wait isn't really suitable as this stops the next scan being registered until the wait is done.
Anyone know of any simple ways around this please?

I have a DB set up to receive data from a scanner through a virtual COM port. I manipulate the received scan data in VBA before writing the result to various tables.
For certain scans, I'd like the user to confirm the scanned barcodes by scanning it again within the a certain time limit (Say 1 minute)
So in my code, once that specific barcode has been detected, I want to code to wait for 1 minute to see if the scan comes through again.
The application.wait isn't really suitable as this stops the next scan being registered until the wait is done.
Anyone know of any simple ways around this please?