Form field 'input masks' like in MS Access

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
-----Original Message-----
Does anyone know how I can get the functionality of
an 'input mask' (similar to what MS Access allows) added
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top