Field Formatted % Inputs -> 0.00%

  • Thread starter Thread starter TKS_Mark
  • Start date Start date
T

TKS_Mark

I have fields in a table with datatype = number, field size = long integer,
format = percent, and decimal places = auto. When I try to enter numbers
into these fields w/ this format, they return to 0.00% as soon as I hit
return. Why won't my numbers update?

Thanks!
 
You need to use a floating point data type, either single or double. Which
one depends on how long your numbers are, what level of accuracy you need
etc.
 
Excellent!

Beetle said:
You need to use a floating point data type, either single or double. Which
one depends on how long your numbers are, what level of accuracy you need
etc.
 
Back
Top