Input Mask to store Fuel card Information

D

DontKnow

Hi Guys,

I want to store the fuel card information so as it looks like this:

1234 5678 1234 4528

The spaces need to be added automatically withiout input from the user.
They need to be added as the user types in all of the numbers??

Does anyone know how to do this!!

It is very frustrating not being able to get it right!!

Thnaks for your help!!
Cheers,
 
A

Allen Browne

You could try setting the Input Mask of your text box to:
####\ ####\ ####\ ####
 
Top