C
croy
When I include my simple sort field (Single) in a saved
query, it displays data exactly as I would like and expect:
1
1.1
2
etc.
But when I put this expression in the query:
LocSort8:
IIf([LocSort]=8.1,8,IIf([LocSort]=8.2,8,IIf([LocSort]=8.4,8,[LocSort])))
.... then it displays results like:
1
1.10000002384186
2
Why would this be?
query, it displays data exactly as I would like and expect:
1
1.1
2
etc.
But when I put this expression in the query:
LocSort8:
IIf([LocSort]=8.1,8,IIf([LocSort]=8.2,8,IIf([LocSort]=8.4,8,[LocSort])))
.... then it displays results like:
1
1.10000002384186
2
Why would this be?