| Drag-N-Dropper is an MS Access
module and form that you can add into your Access application
to provide drag and drop functionality between text-based
Access controls.
Drag-N-Dropper allows text
to be moved or copied (using "CTRL-Drag") between text-based
MS Access controls (text boxes, combo boxes, and single
select list boxes) by clicking on the desired text, dragging
to the new control, and releasing the mouse button.
While dragging, Drag-N-Dropper
actually displays the dragged text next to the mouse arrow
as it is dragged around the screen! Additionally, Drag-n-Dropper
allows you to re-order list box rows with drag and drop.
Just drag a list box row to its new position, and release
the mouse button. By using a special field in the underlying
table, Drag-n-Dropper can move the row, and maintain the
new sort order.
It's easy to add into your
new or existing applications. Just import the Drag-N-Dropper
module and form, add one line of code to each form, then
add three lines of code to each control that you will be
dragging from. |