ListBox SelectedItem to TextBox

J

JP

Hi. I have a listbox in a form. I will to put the selectedItem text of
listbox in a textbox, can I do that?, how?. Thanks a lot.
 
S

scooper

Hi JP,
You have probably linked the listbox to a field. As it's a listbox, you
probably want the field to be of "keywords" type (go to the properties of the
listbox if you haven't already done this).

Assuming you've done this, you can create a textbox and link it to the same
field (though I suggest you make it read only to avoid any conflict).

Hope this helps,
Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top