Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting in access SQL 2

Status
Not open for further replies.

SQLScholar

Programmer
Aug 21, 2002
2,127
GB
Hey all,

thanks to some sage advice earlier, i nearly have the exact report i want.

Only difference is that currently all my values (i have used round(,2)) are only rounded to 2 DP. What i really would like is to format them so there £##.## or similar.

Hopefully then when the csv it outputs, is opened in excel, it will realise there £££££.

Thanks in advance

D

----------------------------------------
There are 2 types of computer, the prototype and the obsolete!!
 
Sorted it - its this really odd program we use.

I needed to use

format(`Insurer_Accounts`.Gross,'Currency') AS Gross,

Thanks dude - STAR.

D

----------------------------------------
There are 2 types of computer, the prototype and the obsolete!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top