I have a master table that looks up data in an employee table and a customer table. The customer table has fields used to calculate items in the master table. I have been able to design a report that displays all of the appropriate data from the sub tables and that is working well. The problem I'm having is using sub table data to calculate items in the master. Can anyone let me know what I need to do to get what I need. Here are the fields I'm using (these are just test tables so I can learn how to do this in a regular db).
Transactions Employee Pricing Transaction Employee ID (1) Customer ID (2) Employee [Look-up (1)] Last Name A Pricing [Look-up (2)] Address B C D
In a report using the Transactions Table I want to use the values in Pricing (A), (B), (C) & (D) to calculate a total in the report. I can't seem to be able to add these values.
Please help.![]()