Well,
Trouble resolved!!!
I got the information that I had needed in this
example:"
http://www.mvps.org/access/downloads/Explorer.zip"
Idea in my application was:
In MSAccess OLE Objects requires many space in disk, and how many user entry
dates, principally pictures, database grows up of size, so I was looking for
some code or way to optimize it;
My solution for this it's: user select a picture that make reference for
that record in a form, and using the example bellow I got a way to use just
FILE PATH that user choose, in a personalized form that reads files
information passing it to a text box control, and this text box control
repass the file path to image control in the form.
The good of it is database not get the file, like seems in an OLE Object,
but just that file path ONLY, updating the information when text box control
sends another file path to image control, showing the correct information
(using Form_Current procedure).
The best this is what Commom Dialog ActiveX is not used, but developer can
personalize a form to read and colect information of the file using list
boxes, comand buttons and text boxes.
Try it this example bellow, I guess it more better than ActiveX control.
thanx!
"Douglas J Steele" escreveu: