thousandseparator

anil.kut

New member
Local time
Today, 16:05
Joined
Jun 7, 2010
Messages
5
i want the digit grouping as indian number i.e lakhs, crore viz 12,34,567.00 in access report

i am using access 2007 and regional setting for numbers already set to indian grouping.
it works in excel but not in access table/report.
help
 
Not sure about the whole Indian grouping thing but you could try using the Format() function.
 
format () function takes the british number system , though regional setting is done for indian one, moreover excel exhibts correctly
 
Format puts whatever you put in it. You can use

Format([FieldName],"00,00,00#.##")
 
i tried but as soon as saved it turns format like 000,000.##

help
 

Users who are viewing this thread

Back
Top Bottom