AlvaroCity
Registered User.
- Local time
- Today, 01:34
- Joined
- Jul 16, 2016
- Messages
- 70
Hello everyone.
I have a problem developing my query. This is to be used in a search form.
The source of the query is just 1 table with 5 fields + 1 calculated.
When I try to insert some criteria in the calcultated field
this does not allow me and it shows an error message with the description: syntax error missing operator.
I think that is because i formated the calculated field with FormatCurrency. When I dont put it it does work but the thing is that I want to show the Euros character.
I have been trying to find out what the problem is after so many hours and I am helpless.
I have a problem developing my query. This is to be used in a search form.
The source of the query is just 1 table with 5 fields + 1 calculated.
When I try to insert some criteria in the calcultated field
Code:
(FormatCurrency(Dsum("Total","tblOrderDetail","[OrderID]="&[OrderID]))
I think that is because i formated the calculated field with FormatCurrency. When I dont put it it does work but the thing is that I want to show the Euros character.
I have been trying to find out what the problem is after so many hours and I am helpless.