Recent content by Kristoffer

  1. K

    Converting/Printing a Decimal Value

    THANK YOU billmeye!! I was convinced the columns were indexed starting with "0" instead of "1." Problem solved!
  2. K

    Converting/Printing a Decimal Value

    OKAY! I figured out what's happening, I'm just too new to Access and VBA to know how to correct it. As I mentioned, every row in the "Hours" column in my "Hours_List" increments by 0.25. The auto-numbering key increments by 1. So, I'm thinking the combo box is returning the key value rather...
  3. K

    Converting/Printing a Decimal Value

    I switched everything to Double but get the same result. Thanks, though! Any other thoughts?
  4. K

    Converting/Printing a Decimal Value

    This must be obviously simple, but I've been slamming my head against the wall, nevertheless. :banghead: Bottom-line: I display decimal values in a combo box for selection. When I try to convert a selected decimal into a string, or simply print the value, it appears multiplying that integer by...
Back
Top Bottom