Wrong value in combobox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • colleen1980@gmail.com

    #1

    Wrong value in combobox

    Hi:
    I try both of them but when i check in debugger both of them shows the
    wrong value.

    k = Combo2.Value
    k = Forms!frmDHG!Co mbo2.Value

    Thank You.

  • pietlinden@hotmail.com

    #2
    Re: Wrong value in combobox

    Huh? Works for me. What value were you expecting? Are you doing
    something like saving one value and showing another? If you want the
    one you're _showing_, that's usually the second, e.g.,

    Forms!frmDHGIC! Combo2.Columns( 1).Value

    Maybe it would help if you posted the fields you're showing in your
    combobox and how many and all that. Personally, I'm not psychic, so I
    have no clue what you were expecting vs what you got.

    Comment

    Working...