Hi,
Is it possible to have a multiselect listbox on a subform with a datasheet view or do I need a combobox in this situation?
Kind regards,
Hi,
Is it possible to have a multiselect listbox on a subform with a datasheet view or do I need a combobox in this situation?
Kind regards,
Combo box.
You can have either, but I dont see the need for it in the subForm. They would be in the main form. (then they would control the subform right?)
Hi ranman256,
No, I want to use the listbox in a datasheet view as a combobox.
Kind regards,
There is no way to display a listbox in a datasheet view afaik. Is there a reason why you don't use an endless form for this?