0

Im looking for a way to pass the values from my listfield to a textfield.

The listfield looks like this:

SID       HID         CENTRAL          DATE            TIME

ABC       AB          YES              15.02.2017      15:00
DEF       DE          NO               15.02.2017      17:00
...       ..          ..               ..........      .....

Is there any way to pass a value of the selected entry into a textfield? I need to pass the HID value of the selected entry into a textfield of my form.

if i select the first entry "AB" should be send the value to the textfield "hid2"

rel0aded0ne
  • 451
  • 2
  • 5
  • 17
  • This should answer your question http://stackoverflow.com/questions/4649000/retrieve-column-values-of-the-selected-row-of-a-multicolumn-access-listbox You might have more google success by search for listbox, not listfield. – Minty Feb 15 '17 at 13:55
  • LIST and LISTINDEX will assist you. But for a listbox as Minty says. – Nathan_Sav Feb 15 '17 at 14:10

0 Answers0