I have two tables:
Table1 has two fields: Amount,TaxCode
Table2 has two fields: TaxCode,TaxRate
There is a relationship established between the tables. If I build a query and add a calculated field of [Table1]![Amount]*[Table2]![TaxRate], the calculation is performed correctly.
However, if I create a form, add a text box and enter the above calculation in the Control Source, I get the #Name? error. What am I doing wrong?
Thanks.
Table1 has two fields: Amount,TaxCode
Table2 has two fields: TaxCode,TaxRate
There is a relationship established between the tables. If I build a query and add a calculated field of [Table1]![Amount]*[Table2]![TaxRate], the calculation is performed correctly.
However, if I create a form, add a text box and enter the above calculation in the Control Source, I get the #Name? error. What am I doing wrong?
Thanks.