JUANCARLOS
Programmer
I have the following calculation:
Function Calculate_TotalAmount(DateLimit as date) as double
A=dsum("[TotalAmount]","Invoices","[DateInv] <= #" & DateLimit & "#"
And A= to the total of amount in all the records the table has, it happen such the filter dont exist.
Please help me.
Thanks in advance.
Juan Carlos.
Function Calculate_TotalAmount(DateLimit as date) as double
A=dsum("[TotalAmount]","Invoices","[DateInv] <= #" & DateLimit & "#"
And A= to the total of amount in all the records the table has, it happen such the filter dont exist.
Please help me.
Thanks in advance.
Juan Carlos.