Please help..
I am using a query with a field containing the following text:
Quantity: iif([ProdType] = "3 pack (concrete)", [Quantity]/3, [Quantity])
How do I use the CEILING(Number, Decimal) function to return the next number up.
Thing is, if you get three items in a box and the customer requests 5, then he will have to accept 6 wont he? So the true quantity should read 2 instead of 1.0450293840298 or something to that extent.
When I put this in the text box though I keep getting
?Name! error message. I have the .dll file that is associated with that so what do I do?
Chyld
I am using a query with a field containing the following text:
Quantity: iif([ProdType] = "3 pack (concrete)", [Quantity]/3, [Quantity])
How do I use the CEILING(Number, Decimal) function to return the next number up.
Thing is, if you get three items in a box and the customer requests 5, then he will have to accept 6 wont he? So the true quantity should read 2 instead of 1.0450293840298 or something to that extent.
When I put this in the text box though I keep getting
?Name! error message. I have the .dll file that is associated with that so what do I do?
Chyld