Hello everyone!

I'm developing a database in MS Access 2002,and I am wondering if it is possible to perform a drag/drop action in 2 listboxes in VBA,as well as between 2 subforms(the subforms each display tables,and I really only need to get drag/drop working on a per field basis,meaning,the user can only select and drag one value of a field and drop it in the other subform).

I am still very new at VBA,and I am developing the database as part of my course here in college.

All the books I have picked up from the library have been unable to help,and I have been unable to find any sample code on drag drop actions in VBA.