![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to attach an Expression to a unbound text box that says..... IIf([Quantity Sold]=0,0,=Sum([Quantity Sold])) is the syntex wrong! But it's not working...basically I have an Unbound Textbox That Sums up the total of Quantity Sold. But If I don't have a record, the field comes up blank all though I still have a number that should go in there, like the starting Inventory. Once I put a record in, it works fine. Thanks DS |
#3
| |||
| |||
|
|
Try this: =Sum(Nz([Quantity Sold], 0)) Thanks, |
#4
| |||
| |||
|
|
Ken Snell wrote: Try this: =Sum(Nz([Quantity Sold], 0)) Thanks, What does the NZ stand for? DS |
![]() |
| Thread Tools | |
| Display Modes | |
| |