How to display - (dash)

Z

zyus

I hv field name [acct_no]. Say the data is 14000123456 and i want it to
appear as 14000-12-345-6 in my report.

Appreciate your help
 
J

John Spencer

Use the format property of the control. The format should probably be

@@@@@-@@-@@@-@

That assumes that acct_no is a text field.
 
Top