Input mask for credit card

geno

Registered User.
Local time
Today, 11:40
Joined
Jun 19, 2000
Messages
243
Hi, does anyone know how to create an input mask for credit card numbers. I want to make sure the user enters in 16 numbers, no more and no less. Thanks
 
Did you try Access Help? Look up Input Mask Property. It is pretty detailed with examples:

ie
0000-0000-0000-0000;0;#
0000000000000000;0;#
0000000000000000
0000 0000 0000 0000
 

Users who are viewing this thread

Back
Top Bottom