F
fiona.innes
Hiya,
I have designed a customes database which has 2 tables tblCustomEntry
& tblRate.
Every month there are new exchange rates entered into the tblRate,
when entering data into tblCustomEntry
the user can select the currancy, rate & month which the entry is
related to from a drop down list.
I have a query which pulls all the values together i.e monthly rates
and the customes entry (qryReport) into a report called rptAudit.
Currancy values that are entered are dollars or Euros which i have set
up a grouping on the currancy field and have created a calculation
which works the currancy in pounds and is displayed in the field
(fldCurrancyValue) using the entered exchange rate. At the footer of
the report i want to sum up the calculated pound values that are
displated in the fieldCurrenacyValues, but it does not allow the
calcualtion, when you run the report is asked for a entry for the
field fldTotalCurrancy.
Does anyone know how i can over come this problem and be able to get a
grand total at the bottom of the report.
Fiona
I have designed a customes database which has 2 tables tblCustomEntry
& tblRate.
Every month there are new exchange rates entered into the tblRate,
when entering data into tblCustomEntry
the user can select the currancy, rate & month which the entry is
related to from a drop down list.
I have a query which pulls all the values together i.e monthly rates
and the customes entry (qryReport) into a report called rptAudit.
Currancy values that are entered are dollars or Euros which i have set
up a grouping on the currancy field and have created a calculation
which works the currancy in pounds and is displayed in the field
(fldCurrancyValue) using the entered exchange rate. At the footer of
the report i want to sum up the calculated pound values that are
displated in the fieldCurrenacyValues, but it does not allow the
calcualtion, when you run the report is asked for a entry for the
field fldTotalCurrancy.
Does anyone know how i can over come this problem and be able to get a
grand total at the bottom of the report.
Fiona