Hi there -
I have an accounts form which shows a datasheet of the accounts table. I already have a text box which shows the total of the 'amount' field:
=FormatCurrency(Sum([Amount]))
Now, I am trying to do a total 'this month'. Can anyone offer me any help for this?
I have an accounts form which shows a datasheet of the accounts table. I already have a text box which shows the total of the 'amount' field:
=FormatCurrency(Sum([Amount]))
Now, I am trying to do a total 'this month'. Can anyone offer me any help for this?