ACCESS query display: #Type!
Remi
-
remi -
remi -
Hello,
I am executing a query to display a field based on criteria like this:
=TrueFalse([TypePrestation]="Externe";([FinalCost])*0.2;" ")
when I run the query I get #Type! in the field: does anyone have an idea? It seems to me that the syntax is correct
thank you
<config>Windows 2012 R2, Microsoft ACCESS 2013
I am executing a query to display a field based on criteria like this:
=TrueFalse([TypePrestation]="Externe";([FinalCost])*0.2;" ")
when I run the query I get #Type! in the field: does anyone have an idea? It seems to me that the syntax is correct
thank you
<config>Windows 2012 R2, Microsoft ACCESS 2013
Indeed, the FinalCost is a net price that I multiply by 0.2 to obtain the amount of VAT.
If I put 0 instead of " ", it will display 0.
I want the field to be empty if the TypePrestation is not equal to Externe.
Of course, Null must be allowed in the field.