I have a table called Employees with Employee_id , Employee_Name columns,job,and product. Now i want to create a page to insert these data. the item for product with type of select list or LOV and allow multi select, store thes values i had selected into a database column in a table . The problem i am facing is to how to create that multi select list and store the select values in these table.i tried to do that using column data type “varchar 2” and in the specification of page item i have used the multi select is “yes”
Is there an Item for multi select? If not, how should i do it?