M
Mike Thomas
In Access 2000, I have a form which accepts data from 3 barcodes on a label.
This first barcode has an ID which goes into the first textbox. The second
has an ID which goes into the second textbox.
The third barcode, however, contains several data items which need to be
parsed into 5 textboxes. Right now, I have made a third textbox which is
very small, almost invisible, and is locked. The third barcode goes into
that field, then is parsed out to the other five in the 'textbox3.lostfocus'
event. It works OK.
Is there a more elegant way to do this? Ideally, I'd like an invisible
textbox which would still be a tab stop and could accept data from the
scanner.
Thanks
Mike Thomas
This first barcode has an ID which goes into the first textbox. The second
has an ID which goes into the second textbox.
The third barcode, however, contains several data items which need to be
parsed into 5 textboxes. Right now, I have made a third textbox which is
very small, almost invisible, and is locked. The third barcode goes into
that field, then is parsed out to the other five in the 'textbox3.lostfocus'
event. It works OK.
Is there a more elegant way to do this? Ideally, I'd like an invisible
textbox which would still be a tab stop and could accept data from the
scanner.
Thanks
Mike Thomas