Hi
I have what is probably a stupid question but I've been struggling with this one for a while.
I have an ordering database which has an Orders table (containing Order ID, Date, Supplier etc) and an Order Line table within which I have a combo box for Product name, supplier, price, VAT rate, Line price etc.
At the moment, I have the order line table as a subform within the Order form (run from the Orders table).
The problem I'm having is the subtotal and total fields. At the moment these are in the Order Line table as I cannot figure out how to get these in the Orders table.
In summary, can I make a calculated field in one table that calculates values from another table (linked by Order ID)?
Thanks
I have what is probably a stupid question but I've been struggling with this one for a while.
I have an ordering database which has an Orders table (containing Order ID, Date, Supplier etc) and an Order Line table within which I have a combo box for Product name, supplier, price, VAT rate, Line price etc.
At the moment, I have the order line table as a subform within the Order form (run from the Orders table).
The problem I'm having is the subtotal and total fields. At the moment these are in the Order Line table as I cannot figure out how to get these in the Orders table.
In summary, can I make a calculated field in one table that calculates values from another table (linked by Order ID)?
Thanks