> Thanks for your reply
> I had thought of this but this would mean users having to log off/log on, on
> every transaction. I'd be interested to hear if other people are faced with
> this problem and how they deal with it
You could give the employees bar-coded name tags and have them scan in their ID.
The TextBox that you scan into could use the Password InputMask making it
difficult to attempt hand entry.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Will - 17 Nov 2005 15:16 GMT
Very interested in this approach - Thanks for the idea
Correct me if I'm wrong but I imagine it working much like a bar worker and
operate within Access like this:
tblEmployee, which would include EmployeeID, EmployeeName &
EmployeeBarCodeID. The application would open with a main login screen with
a form with a textbox (password entry as you say), & with the cursor in the
textbox, the shopfloor worker scans their card over the barcode reader and
then clicks on an enter button. This then DLookup's their EmployeeID & this
is then stored as a Global variable or in a temporary table. Once they have
completed their transactions they click log off, returning the screen to the
login prompt. Anyone have any input or better suggestions?
thanks for your help
>> Thanks for your reply
>> I had thought of this but this would mean users having to log off/log on,
[quoted text clipped - 4 lines]
> their ID. The TextBox that you scan into could use the Password InputMask
> making it difficult to attempt hand entry.