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.
 
Back
Top