R
Rose B
I have a very simple report where I use DLookup to find the value of a field
(tax rate) and then I want to use this field to 'create' another field -
=Sum([Donation]*(1+[CurrTaxRate])) wher CurrTaxRate is the DLookup field.
However, it does not look like Access allows this. There is no direct link
between the table with the Donations and the Tax Rate table - I am using a
donation date to be between a start/end date range to get the tax rate. Any
help greatly appreciate.
(tax rate) and then I want to use this field to 'create' another field -
=Sum([Donation]*(1+[CurrTaxRate])) wher CurrTaxRate is the DLookup field.
However, it does not look like Access allows this. There is no direct link
between the table with the Donations and the Tax Rate table - I am using a
donation date to be between a start/end date range to get the tax rate. Any
help greatly appreciate.