Re: SELECTing Records Into an Array Variable ???



Now your question makes a lot more sense. It sounds like you want to be
able to drag a group of records - say - from a subform and drop it into
some control for further processing. This kind of functionality would
definitely be convenient.

A guy who is a big time authnor of Access books has published a few
articles describing techniques for dragging and dropping data - using
VBA but required API code. I think you could drag data from one listbox
to another. Can't remember the article(s) exactly. But to drag records
from a subform to another subform for further processing - hmmm - you
could highlight records in a subform and have a context menu to copy the
selected records - but dragging - may be a little more challenging in
VBA than I would say it is worth the effort for. VB.Net could handle
something like that quite a bit more easily - it has a lot more builtin
classes and functionality so you don't have to fiddle with all kinds of
API code.

If this dragging of records is the functionality you are looking for -
Access may not be the easiest option (if it is even possible in Access).
I would say - as far as the Microsoft family of technologies goes - this
kind of functionality could be more easily achieved in the .Net
environment - C#, VB.net.

Rich

*** Sent via Developersdex http://www.developersdex.com ***
.



Relevant Pages

  • RE: Trouble with inserting a Subform within an existing form
    ... Have you tried dragging the subform you want to use to the form where it ... You can just drag it onto the form and set the ... I can go through the wizard and have a subform ...
    (microsoft.public.access.forms)
  • TreeNode Drag and Drop
    ... application that has two TreeView controls, I am trying to enable the dragging ... What is the standard way of providing drag and drop functionality between ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Subform cmdButton to Linked Form (?)
    ... The functionality you are talking about is handled by Access via the Link Master Fields and Link Child Fields properties of a subform. ... A separate form, opened in its own right, has no such connection/relationship with any other form that happens to be open at the same time. ... existing subform records and creating new subform records. ...
    (microsoft.public.access.forms)
  • dodefault?
    ... In adding drag and drop functionality I put code into the ... When I run the form and perform my drag and drop it doesn't work because the ... the subclass method and it still doesn't work. ... synchronous so that the base class completes before the subclass code runs. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Is WinXP Sp3 update necessary?
    ... functionality of the DRAG and DROP files into folders ... detailed description of what happens when you perform the drag and drop ... Or you can just manually change the registry, ...
    (microsoft.public.windowsxp.general)