Format([your field name],"0000"&"+"
This will format all numbers to 4 places. Add or remove the 0's in the quote marks to format to more or less places. Don't forget the quotes! Ex. 1, 10, 100 and 1000 will be 0001, 0010, 0100 and 1000.
Replace the plus sign with whatever sign you want.
Adding the Abs() around your [num1] will take the possitive value of the number but still allow the - at the end. I haven't tested this so I'm not sure if it will work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.