S
sheetsumon
I would like to use a listbox on a form to organize links to specific files.
This seems like a common enough thing to do (right guys?), but for the user
who's entering data, I don't want them to have to type in the full path of
the file's location, since it will take too much time.
So, I want to implement a drag-and-drop method. I know the AddressOf
operator can be used to do this, but I don't I don't completely understand
the concept of function callbacks and the only source I can find to help is:
http://www.mvps.org/access/api/api0032.htm
Since I'm using Access 2003, I've taken out the "AddrOf" fuction and replaced
it with "AddressOf," but I still can't get it to work.
I find it hard to believe that Access can't do this type of thing. I'm not
an expert VBA coder, so I'm struggling here & any help would be appreciated,
even if you can't give me advice on AddressOf.
My ultimate goal is to be able to search text strings from a master table and
be able to open files that go along with the text. Maybe I should use
another database program to handle this?
This seems like a common enough thing to do (right guys?), but for the user
who's entering data, I don't want them to have to type in the full path of
the file's location, since it will take too much time.
So, I want to implement a drag-and-drop method. I know the AddressOf
operator can be used to do this, but I don't I don't completely understand
the concept of function callbacks and the only source I can find to help is:
http://www.mvps.org/access/api/api0032.htm
Since I'm using Access 2003, I've taken out the "AddrOf" fuction and replaced
it with "AddressOf," but I still can't get it to work.
I find it hard to believe that Access can't do this type of thing. I'm not
an expert VBA coder, so I'm struggling here & any help would be appreciated,
even if you can't give me advice on AddressOf.
My ultimate goal is to be able to search text strings from a master table and
be able to open files that go along with the text. Maybe I should use
another database program to handle this?