Autonum field

S

S.O.S.

Can anyone tell me if there is a way to remove the "."
after the number that is presented when the Autonum field
is used?

Instead of: 1.

Need: 1

Yours Sincerely,

S.O.S.
 
S

Stefan Blom

Add the \s switch and specify that the separator should be a space, in
the following way:

{ AUTONUM \s " " }
 
Top