I have 'daycount' field which displays number data this way: 1.00
How can I convert it to be displayed as D001? I would like to drop the decimal, convert the number to a 3 character string, and place a "D" prefix. How can this be done?
But you have to be make sure Daycount never goes over or equals 9999.5 (totext rounds .5 up) or you will get an error (just test it first), if over 999, you will lose the "D" as well.
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.