Solved Multi Select Combo Box

sctb0825

Member
Local time
Today, 12:06
Joined
Dec 28, 2021
Messages
53
I've done a lot of reading but cannot find the answer.

I need to create a combo box where the user can select multiple items.
Also, I would like to be able to enter the quantity of each is possible without too much work.
 
will give it a try thanks
 
A multi select combo is also possible but it requires the use of multivalued fields. I strongly advise you not to use that approach.
 
Further to Colin's comment, there is an excellent video by takeshik demonstrating how to code a multi Value combobox.

See video here:-

 
Well the list box approach is not working, I set the Multi Select to simple, no luck, I just get error "this record is not updatable"
 

Users who are viewing this thread

Back
Top Bottom