Defining a field that is a number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Some of our fields are numeric based such as PO#s. Should I define these
fields as numeric? If so, how do I limit the number of characters allowed
in this field?
 
If you're going to treat them as numbers (add, subtract, etc.) then it
should be numeric. I suspect that's not what you want, so you should use
text.

HTH;

Amy
 
Back
Top