I have 2 cells of data that are driven from a combo box. The table in which the data for the combo box comes from shows the numbers correctly (not rounded), but when I select something in the combo box, it is delivering the results rounded up.
My properties are set as:
Field Size: Double (I've also tried Integer/Long Integer)
Format: Fixed (I've also tried Standard)
Decimal: 2
How do I get it to stop rounding up? I've looked up past topics on this, but nothing has helped!
My properties are set as:
Field Size: Double (I've also tried Integer/Long Integer)
Format: Fixed (I've also tried Standard)
Decimal: 2
How do I get it to stop rounding up? I've looked up past topics on this, but nothing has helped!