no space

  • Thread starter Thread starter Kyle
  • Start date Start date
K

Kyle

I have a field in the form for user to enter ID number of a
product (example: 03B3233434 no space between the number);
How do I set a format in that field to prevent user to
enter space anywhere in between the ID number such as 03 B
32 34 etc..

Thanks
 
Set the Input Mask as required. Given your example, it
would be along the lines of 00L0000000

Hope That Helps
Gerald Stanley MCSD
 
Back
Top