Data Access Page - Validation Rule and Input Mask

L

lookingforanswers

I have both validation rules and input masks set in my table. I have a data
access page for data entry, but I can't seem to get the input mask or the
validation rule to reflect on the data access page. I've tried nearly
everything (I say "nearly", because I'm sure there's something I'm not doing
right). HELP ?????
 
S

Sylvain Lafontaine

Sorry, but these two capabilities are not created by the Data Page Wizard.
If you want them, you will have to write your own code in
Javascript/VBScript inside the HTML page.

It's feasible but it's not an easy task; particularly if you're not already
a DHTML guru.
 
Top