G
Gator
I have a form that displays in tabular form a table. The form footer
contains a textbox that sums the 'amount' field. I want to add another
textbox that displays the sum of the 'amount' of a query of records where
another field is queried.
For example. =SUM(Amount) WHERE City LIKE 'B%'
I can't get this to work....is there something i'm doing wrong?
Many Thx
contains a textbox that sums the 'amount' field. I want to add another
textbox that displays the sum of the 'amount' of a query of records where
another field is queried.
For example. =SUM(Amount) WHERE City LIKE 'B%'
I can't get this to work....is there something i'm doing wrong?
Many Thx