About D&D

Y

Yael

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.
 
J

James

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
 
Top