I want select multiple rows of agent name from agents table from the form, I like check box rather than listbox, so I need a control to list all the agents name and each of them with checkbox, if I use unbound this seems not possible, but if I use bound, the original table will be updated when click the check box which is not allowed.
Any suggestion? Thanks