freek
July 14th, 1999, 07:25 AM
I have to calculate how mutch a person has to be paid, this depence on several things like age, ... .
Now the calculation is not the problem, but the result of that calculation is a float and has to be converted to currency. To do that I use the function CCur(), this works without a problem for the database itself. But when I try to view that field (that I just calculated) in a combobox it gives the error "3077 Syntax error (comma) in expression". I use the European standards for the currency (. as digit grouping symbol and , as decimal symbol)
Does someone know anything more about this?
Now the calculation is not the problem, but the result of that calculation is a float and has to be converted to currency. To do that I use the function CCur(), this works without a problem for the database itself. But when I try to view that field (that I just calculated) in a combobox it gives the error "3077 Syntax error (comma) in expression". I use the European standards for the currency (. as digit grouping symbol and , as decimal symbol)
Does someone know anything more about this?