B
Bill Schroyer
What you want to do need to be client side "upon tabbing
out of the field" executed in the clients browser.
JavaScript can do this.
Bill Schroyer
(e-mail address removed)
http://www.frontpagewiz.com
to a form field created on a web page that saves to a web-
server based database (access)? I want to have a
time 'input mask' that changes typed-in values (for
example, 1234) to time format (ex. 12:34) upon tabbing out
of the field without having to enter the colon symbol.
I've tried creating the form in access and copying the SQL
but, alas, the SQL doesn't show the input mask coding.
out of the field" executed in the clients browser.
JavaScript can do this.
Bill Schroyer
(e-mail address removed)
http://www.frontpagewiz.com
an 'input mask' (similar to what MS Access allows) added-----Original Message-----
Does anyone know how I can get the functionality of
to a form field created on a web page that saves to a web-
server based database (access)? I want to have a
time 'input mask' that changes typed-in values (for
example, 1234) to time format (ex. 12:34) upon tabbing out
of the field without having to enter the colon symbol.
I've tried creating the form in access and copying the SQL
but, alas, the SQL doesn't show the input mask coding.