Floating Point Decimal Data

C

C. Summers

I am trying to create a field with a precision of 15, but the decimal can float in any position within that field. Can Access handle that type of data, and if so, how do I enter that?
 
A

Allen Browne

That's pretty close to the definition of the Number field type, size Double.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

C. Summers said:
I am trying to create a field with a precision of 15, but the decimal can
float in any position within that field. Can Access handle that type of
data, and if so, how do I enter that?
 
Top