Hello all
i want to get numerical value from table by dlast function to query
But the number is 870,04 in the table however the number is 870,00 in the query
i didnt understand, why couldnt get ,04 value to query
The Function as below;
Val(IIf([Period]=0 Or [Period]<0;0;DLast("[BIRIKMIS_AMORTISMAN]";"HAREKET";"DEMIRBAS_NO=" & [DEMIRBAS_NO])))
thanks
i want to get numerical value from table by dlast function to query
But the number is 870,04 in the table however the number is 870,00 in the query
i didnt understand, why couldnt get ,04 value to query
The Function as below;
Val(IIf([Period]=0 Or [Period]<0;0;DLast("[BIRIKMIS_AMORTISMAN]";"HAREKET";"DEMIRBAS_NO=" & [DEMIRBAS_NO])))
thanks