How can I have drop down where user can select more than one item and upto 5 items. If this is possible, how will it save selected items in the database that will provide room for upto 5 items.Thank you for your help.
You cant use a combo box for this really, so you have a choice of either a listbox which will allow multiple selections or option groups within frames but that comes with certain limitations.
I would suggest looking to use a listbox on a form.