Hi all,
I have been looking for this function within these forums, but cannot find it. Basically, I have a form which contains groups of usernames (within subforms) When I want to change a user from one group to another, I would like to use a cut/paste function. What I want to do is : When the user of the form double-clicks on the text box, then the text within that box is cut and then when they click into another text box on a different subform, the text is pasted.
I would like to use "drag and Drop" but not possible in access.
If anyone can help I would be very happy.
P.S. I did try the "DoCmd.RunCommand acCmdCut" but this only seems to work within the "On Enter" event and not on double click event of the control
I have been looking for this function within these forums, but cannot find it. Basically, I have a form which contains groups of usernames (within subforms) When I want to change a user from one group to another, I would like to use a cut/paste function. What I want to do is : When the user of the form double-clicks on the text box, then the text within that box is cut and then when they click into another text box on a different subform, the text is pasted.
I would like to use "drag and Drop" but not possible in access.

If anyone can help I would be very happy.
P.S. I did try the "DoCmd.RunCommand acCmdCut" but this only seems to work within the "On Enter" event and not on double click event of the control