E
erick-flores
Hello all
The form is based on a query that calculates the field with the
problem. This is the field calculated in the query:
Current: Format(IIf(DateDiff("d",[inv_date],Date())<=30,
[total],"0"),"Standard")
The form is in datasheet view. When I tried to sort or filter (ex.
Whats happening: The right way (or what I want):
996.57 9,427.34
995.84 9,193.88
952.90 8,987.89
9,427.34 8,789.89
9,193.88 7,893.34
877.64 996.57
856.09 995.84
8,987.89 952.90
8,789.89 877.64
764.90 856.09
7,893.34 764.90
I dont know whats happening, any ideas???
Thanks in advance
The form is based on a query that calculates the field with the
problem. This is the field calculated in the query:
Current: Format(IIf(DateDiff("d",[inv_date],Date())<=30,
[total],"0"),"Standard")
The form is in datasheet view. When I tried to sort or filter (ex.
example of how my data is showing when I apply a sorting from Z-A:5000) for this calculated field it gaves me wrong data. Here is an
Whats happening: The right way (or what I want):
996.57 9,427.34
995.84 9,193.88
952.90 8,987.89
9,427.34 8,789.89
9,193.88 7,893.34
877.64 996.57
856.09 995.84
8,987.89 952.90
8,789.89 877.64
764.90 856.09
7,893.34 764.90
I dont know whats happening, any ideas???
Thanks in advance