Table Design

  • Thread starter Thread starter Squik27
  • Start date Start date
S

Squik27

Is there a way to declare a unsigned integer in the design of a table.
My values are always going to be positive so there is no need for the
negative that long gives me.

Thank you for any answers
 
Squik27 said:
Is there a way to declare a unsigned integer in the design of a table.
My values are always going to be positive so there is no need for the
negative that long gives me.


The only unsigned numeric type is Byte, which holds values from 0 to 255.
There is no other unsigned integer type -- nor floating point or currency.
 
Back
Top