ssan format

B

Bill

How can i set it up so numbers can appear with
hyphens...example: I need to show social security numbers
on my list?
 
J

John Vinson

How can i set it up so numbers can appear with
hyphens...example: I need to show social security numbers
on my list?

Store them in a Text field - you'll never be doing arithmatic with
SSN's. Set the field's Input Mask property to

000-00-0000
 
Top