drag and drop

N

nobody

Has anybody done "drag and drop" programming in MS Access. I basically need
to drag and drop data between controls. Can it be done?
 
M

Mike Painter

nobody said:
Has anybody done "drag and drop" programming in MS Access. I basically need
to drag and drop data between controls. Can it be done?

There are quite a number of solutions out there.
It's not hard to do for dragging between a limited set of controls.


I did it just for fun several years ago and don't think I have the code
anymore.

The mouse knows where it is and I used a right mouse down to copy the
contents
Then you check to see if you are in an allowed field and paste the info in
when the button is released and cut (or not ) the old stuff.

Not very many lines of code at all
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top