Listbox option does not work when checked

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I designed a form with a listbox with source from a user defined ftext
field. The list box is populated with several values.

When I create a task using this design, and check one of the list box item,
then save and exit, the checked value of the listbox item does not remain
checked.

What could I be missing?
 
If the checkbox, i.e. the UserForm, will be unloaded, then you need to
fill it with your data again and check the item, that shall be selected,
by code.
 

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

Back
Top