Number Format (Having Trouble)

dogman01

Registered User.
Local time
Today, 18:09
Joined
Dec 3, 2008
Messages
47
I hope this is something simple but I need to define a field data type in a table so that it is a number but allows the user to enter example: -3.5 and have the field hold that exact value. I can do with a text field but calculations may need to be done on this field later on. Thanks in advance:D
 
If you do not need more than 4 decimal places, I find the Currency data type very useful.
 

Users who are viewing this thread

Back
Top Bottom