Hi,
I have a calculated field in my query called "outstanding".
this is how the query looks:
Expr: SubFormTotal………………[qty]*[price]
Discount …………………………...[Discount]
Expr:Total………………………….[SubFormTotal]-[Discount]
Deposit…………………………….[Deposit]
BalanceToDate…………………….[BalanceToDate]
Expr: Outstanding…………………..[Total]-[Deposit]-[BalanceToDate]
PROBLEM: i want to search for all the "amount outstanding" that >0 HOWEVER when i put that as the criteria it asks me to enter values for other calculated fields
what am i doing wrong and how can i solve it?
thanks
I have a calculated field in my query called "outstanding".
this is how the query looks:
Expr: SubFormTotal………………[qty]*[price]
Discount …………………………...[Discount]
Expr:Total………………………….[SubFormTotal]-[Discount]
Deposit…………………………….[Deposit]
BalanceToDate…………………….[BalanceToDate]
Expr: Outstanding…………………..[Total]-[Deposit]-[BalanceToDate]
PROBLEM: i want to search for all the "amount outstanding" that >0 HOWEVER when i put that as the criteria it asks me to enter values for other calculated fields
what am i doing wrong and how can i solve it?
thanks
Last edited: