About D&D

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm new in vba, I need to create form in access 2003 with rectangle,
I want to drag file from my desktom into this rectangle.
How can I do this?
I'll be happy for a links or example.
Thank's,
Yael.
 
Hi

You will need somewhere to store the file so in your underlying table
create a field whose property is set to OLE Object. You can then use
this field on your form to drag and drop. Note - no VBA required.

James
 
Back
Top