i create a query and i get the next problem:
home and away get values from a table and won is a formula in the query
won: IIf([home]>[away];"1";"0")
home away won
2 1 1
4 4 0
1 3 0
11 2 0
from 0 to 9 the formula works but if home is greater then 9 the formula doesn't work.
What is wrong
home and away get values from a table and won is a formula in the query
won: IIf([home]>[away];"1";"0")
home away won
2 1 1
4 4 0
1 3 0
11 2 0
from 0 to 9 the formula works but if home is greater then 9 the formula doesn't work.
What is wrong