OK,
Here's what I did.
CurrentSumOfPaymentAmount: Format([SumOfPaymentAmount],'$') & IIf(IsNull([SumOfPaymentAmount]),"0 ",[SumOfPaymentAmount])
It seems to be working but it looks pretty crazy to me.
Thanks
I have a query that uses two Query's. In one of my fields I have
CurrentSumOfPaymentAmount: IIf(IsNull([SumOfPaymentAmount]),"0 ",[SumOfPaymentAmount])
to return a zero if null. The problem is I need it to return currency. (The data that is correctly formatted in one query even...
Sorry for the late response. Hope your still around Jeff
(or anyone?!?!)
OK here's what I did. I inserted an extra field that is not bound and is input capable for price. I have left the price field in (from the products table) and locked it so that it can not be changed. I've renamed it...
Hi, This cannot be that difficult. What am I doing wrong?!?!?
I have an order subform that contains product details. IE product name, cost,etc. I have a drop down on the subform so that the product can be selected and the price of the product populates. All fine and dandy. The problem is I...
Hi, This cannot be that difficult. What am I doing wrong?!?!?
I have an order subform that contains product details. IE product name, cost,etc. I have a drop down on the subform so that the product can be selected and the price of the product populates. All fine and dandy. The problem is I...
I have a table CG Information. In this table I have a field CGCity which uses a combo box to select the field City from another table. (the region field is also part of the combo box but has a width of 0" so its not shown. It's column2) The table the combo box is using is called Region and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.