Using mask in table

P

Paul vd Heijden

Hi there,

I use a mask in a table. How can I store the mask+ the entered data by the
user? Now only the entered data is stored in the record. The mask data is
displayed but not joined with this data.

Thanx!

Paul
 
V

Van T. Dinh

Check Access Help on the InputMask Property. The second section of the
InputMask specifies whether the literal characters in the InputMask are
stored with the entered characters or not.
 
Top