Hi!
I have a textbox in my report that get its content from thisIs there any way to format the output. Like today it show 10395, it should be 10 395.Code:="Total paid to bank" & " " & ([Expenses]+[Salary_Euro])/100*99 & " €"
Thanks in advance
Anders