Jim Dettman
jimdettman at earthlink.net
Mon Sep 22 05:34:37 CDT 2003
Chris,
<< Is it possible please.>>
I'm not sure why your having the problem. Make sur ethe field the control
is bound to is only 4 characters wide as well.
Outside of that, you can check the length of the typed entry as each
character is typed from the OnChange event:
If Len(Me![<MyControlName>].Text) =4 then
' Do something
End If
Jim Dettman
President,
Online Computer Services of WNY, Inc.
(315) 699-3443
jimdettman at earthlink.net
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Chris Enright
Sent: Saturday, September 20, 2003 12:03 PM
To: accessd at databaseadvisors.com
Subject: [AccessD] Input Mask - Password
I have a control where the customer enters a PIN and I am using the Input
Mask - Password to echo asterisks (*) back to the screen.
The PIN is always 4 digits long and I want to AutoTab after the 4th digit
but can't seem to edit the Input Mask down to 4 characters. It seems to have
a mind of its own.
Is it possible please.
Chris Enright
----------------------------------------------------------------------------
--
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://databaseadvisors.com/pipermail/accessd/attachments/20030922/57844693/attachment-0001.html>