R
RobK
I want to read name badge magstripe cards into an Access form with a keyboard
emulating swipe reader. There are 78 characters in each of the three lines
on a card. The fields are parsed with a "^" character. "%" begins the first
line of data, "?" marks the end of a mag data line, "@" begins the second
line of data, and "&" begins the 3rd line on the card. A 3-line mag record
would read like:
%UNIQUE_ID^LASTNAME^[email protected]?&STFIELD?
By default, all characters read into the first Access field. I don't expect
someone to do this for me, and I'm willing to learn, but would appreciate
being pointed in the right direction. Need to interpret "^" as a tab, and
ignore the other control characters. Thanks.
emulating swipe reader. There are 78 characters in each of the three lines
on a card. The fields are parsed with a "^" character. "%" begins the first
line of data, "?" marks the end of a mag data line, "@" begins the second
line of data, and "&" begins the 3rd line on the card. A 3-line mag record
would read like:
%UNIQUE_ID^LASTNAME^[email protected]?&STFIELD?
By default, all characters read into the first Access field. I don't expect
someone to do this for me, and I'm willing to learn, but would appreciate
being pointed in the right direction. Need to interpret "^" as a tab, and
ignore the other control characters. Thanks.