clickg listbox field display value to textboxs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • indhu
    New Member
    • Oct 2006
    • 140

    clickg listbox field display value to textboxs

    hi,

    i have a list box in my form, when i click listbox field it should display corresponding value to other textbox fields.

    like
    listbox,[ task, status, start date, end date] these are the corresponding text flds
    person by clicking this it should display other field values
  • VALIS
    New Member
    • Oct 2006
    • 21

    #2
    Originally posted by indhu
    hi,

    i have a list box in my form, when i click listbox field it should display corresponding value to other textbox fields.

    like
    listbox,[ task, status, start date, end date] these are the corresponding text flds
    person by clicking this it should display other field values
    Do the other fields update if you tab away from the list box?
    (The form will only update once the list box loses focus unless you have some event driven code behind it.)

    Comment

    • indhu
      New Member
      • Oct 2006
      • 140

      #3
      no i didn'y ask that,

      pls understand yeah,

      listbox has some list of names. when i click any one of the names, it should display its corresponding values to the other textboxes

      for eg

      listbox task(textbox) status(textbox) startdate(textb ox)
      xyz(clicking this it should display) task value, status value etc.

      got it

      pls help me

      Comment

      Working...