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...basic ally 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
IIf([Quantity Sold]=0,0,=Sum([Quantity Sold])) is the syntex wrong!
But it's not working...basic ally 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
Comment