Data access page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I put "input mask" for phone number in a data access page field?
 
As you already know by now, you cannot use the DAP Wizard to set or create
an Input Mask for a DAP page; so you will have to create your own piece of
code using either Javascript or VBScript. This is not an impossible task
but it will require a very good knowledge of Javascript (or VBScript) and
DHTML.

For an example of script, see
http://www.codeproject.com/jscript/Form_field_input_mask.asp or search
Google with something like « Javascript Input Mask »

Also, even with the correct piece of code, you'll still have to integrate it
inside your DAP page; which is something that won't be easy.

There is a newsgroup about DAP: m.p.access.dataaccess.pages

If you don't have a direct access to this DAP newsgroup with your current
account, then you can access it through Google:

http://groups.google.com/group/microsoft.public.access.dataaccess.pages
 
the dhtml isn't _that_ hard to do

for sure it's harder to deal with than normal asp stuff; but if you
know normal asp you can learn the office web components object model

i love owc

i mean--- the pivotlist / pivottable control is like my favorite
control in the world
 

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

Similar Threads

Formatting issue with imported telephone number! 2
Access - Input Mask 2
Input masks 4
Input masks 1
Input mask for data access page 1
Format Problem 9
Remove input mask format 4
Input Mask on DAP 1

Back
Top