Stevehewitt
IS-IT--Management
Hey People!
Some info about the DB first:
Table1: information about the order, such as date, product type, invoice number, order number, delivery type etc.
Table2: specification / order details such as product number, price per unit, cost price per unit, type of unit etc.
The tables are linked by order number. When I run the form I have both tables in the query therefore I can use
to get totals from table 2.
The problem I have, is that I need to get a total (e.g. total amount of order, number of items ordered) from table 2 into a report, which the report is based on table 1 (general sales details).
Anyone know of a way I can get totals from a linked table into a report without having the report/form for the table I want the totals from open?
Thanks in advance,
Steve.
Some info about the DB first:
Table1: information about the order, such as date, product type, invoice number, order number, delivery type etc.
Table2: specification / order details such as product number, price per unit, cost price per unit, type of unit etc.
The tables are linked by order number. When I run the form I have both tables in the query therefore I can use
Code:
FORMS!
The problem I have, is that I need to get a total (e.g. total amount of order, number of items ordered) from table 2 into a report, which the report is based on table 1 (general sales details).
Anyone know of a way I can get totals from a linked table into a report without having the report/form for the table I want the totals from open?
Thanks in advance,
Steve.