I wish to have a listbox on my form, that enables a user to multi-select a number of items.
Currently, the only way to work this, that I can think of, is to make the listbox Unbound, and use code to read and write from the database, and then display. Whilst I have no problem in writing the code for this, is it possible to do this using a bound listbox. For future reference, it could make life much easier.
Currently, the only way to work this, that I can think of, is to make the listbox Unbound, and use code to read and write from the database, and then display. Whilst I have no problem in writing the code for this, is it possible to do this using a bound listbox. For future reference, it could make life much easier.