field-size

P

puthputh

Hello,

I need to set the field size in a field which's data type is:
-AUTONUMBER
-NUMBER

I've been told it is possible, but I don't know how. Please help. Thankyou
 
J

Jeff Boyce

As far as I know, Autonumbers are long integers, of a fixed number of bytes.
The "number" data type comes in different sizes (e.g., integer, double,
....).

Are you saying you want to DISPLAY a number with a set number of digits? If
so, this is not the same as what is stored (in a table)...
 
Top