Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A Bound Multi-Select Listbox - Is it possible

Status
Not open for further replies.

apkohn

Technical User
Joined
Nov 27, 2000
Messages
62
Location
AU
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top