vba - passing value of listfield to textfield -


im looking way pass values listfield textfield.

the listfield looks this:

sid       hid         central          date            time  abc       ab          yes              15.02.2017      15:00 def       de          no               15.02.2017      17:00 ...       ..          ..               ..........      ..... 

is there way pass value of selected entry textfield? need pass hid value of selected entry textfield of form.

if select first entry "ab" should send value textfield "hid2"


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -