D
David
I have an inventory program. I want to scan a barcode,
which will then run a queuery on a MS Access table and
from that queuery populate the data text boxes.
Here is a step through:
1. Scan Barcode
2. Barcode dumps number to text box
3. Scanner sends a tab to the computer
4. On Tab, queuery is run on barcode number
5. Data retrieved for Part #, # on hand, Price, etc., and
put into correct text box on screen
How do I get the queuery to run on Tab?
which will then run a queuery on a MS Access table and
from that queuery populate the data text boxes.
Here is a step through:
1. Scan Barcode
2. Barcode dumps number to text box
3. Scanner sends a tab to the computer
4. On Tab, queuery is run on barcode number
5. Data retrieved for Part #, # on hand, Price, etc., and
put into correct text box on screen
How do I get the queuery to run on Tab?