I’m trying to develop a form to use for barcode scanner data entry, for inventory control. I have got the scanner to work properly, so that it behaves just like keyboard entry to whatever field has the focus. There are some things about the form that I’m not clear on, though.
- how can I get a certain text box to have the focus when the form loads?
- how can I get the carriage return to trigger my macro? (UPDATE SQL)
- how can I get another text box to hold a parameter for my macro, with a default value?