G
Guest
Hi Guys
I am trying to combine and sum 2 or more fields from a related (child table).
I have tried
Sundries: Sum([PurchaseInvoices.Sundry])+Sum([PurchaseInvoices.Disposable])
and
Sundries: Sum([PurchaseInvoices.Sundry]+[PurchaseInvoices.Disposable])
Both expressions give me nothing in the Sundries column.
The expression Sum([PurchaseInvoices.Sundry]) works fine but I need to add
in the disposable (and more) column.
I am using Access 2007 and designing the query through the design view.
Many thanks.
Darwood
I am trying to combine and sum 2 or more fields from a related (child table).
I have tried
Sundries: Sum([PurchaseInvoices.Sundry])+Sum([PurchaseInvoices.Disposable])
and
Sundries: Sum([PurchaseInvoices.Sundry]+[PurchaseInvoices.Disposable])
Both expressions give me nothing in the Sundries column.
The expression Sum([PurchaseInvoices.Sundry]) works fine but I need to add
in the disposable (and more) column.
I am using Access 2007 and designing the query through the design view.
Many thanks.
Darwood