ms access - add decimal places to number in a report -


i have number in table 153695029, need format 1,536,950.29. have used ~format , decimal~ spot textbox , 153,695,029.00. doing wrong? datatype double.

you set format of textbox control, this. like,

? format(153695029, "###,###,###,###,###.00")   153,695,029.00 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -