Input mask works in table, but not form

Rik_StHelens

Registered User.
Local time
Today, 18:33
Joined
Sep 15, 2009
Messages
164
Hi,

I have an input mask which forces upper case for the first letter of a name field, and then lower case for any subsequent letters (e.g. >L<L?????????????????). If i enter data in a table it works fine, but in a form it does not work.

However, if i put data into a form and then view it in table view, the mask does modify the data, but only in table view...

any ideas why?

Thanks for your help
 
You need to set the inputmask property of the control to that of the field too
 

Users who are viewing this thread

Back
Top Bottom