Drag and Drop between list boxes

  • Thread starter Thread starter Lou Civitella
  • Start date Start date
L

Lou Civitella

Using Access 2003 how can I drag and drop items between several list boxes
on a single form?
Thanks In Advance,
Lou
 
Access has nothing built-in to allow dragging and dropping between
listboxes. There are some third-party tools that may help:

A shareware version of Drag-N-Dropper for MS Access is available at
this web site: http://www.peterssoftware.com/dd.htm

Stephen Lebans has an example of a FieldList control that supports
drag and drop: http://www.lebans.com/vb_listbox.htm

The Forms Sample database provided by Microsoft has an example called
"Simulating Drag-And-Drop Capabilities". You can download the sample
database here: http://support.microsoft.com/default.aspx?scid=kb;EN-US;175066

Hope this helps,
 
Back
Top