StephenBaer
MIS
I have a database that stores pictures of the people in it. There is an OLE field in the table, and on the associated form. But...In order to insert a photo, the user has to do the following steps:
1. Right-Click on the OLE Field Control
2. Select Insert Object
3. Click create from file
4. Browse for the picture
5. Click Open
That's five steps, and the first is the dreaded 'novices don't understand it' Right-click. Plus they can accidentally click 'create new', 'link to file' or god only knows what else. Since the average user has a three step limit for any given procedure, I'd like to insert an "Add a Photo" button under the OLE field control. I'm relatively sure that this is done with an fso or shell function of some sort, but that's about my limit of knowledge. I'd like the button to bring up the file browser, and skip the first 4 steps noted above. Most users can manage to click a button and locate the correct file. I'm sure this can be done, since the same function exists on many, many 'personals' type websites.
1. Right-Click on the OLE Field Control
2. Select Insert Object
3. Click create from file
4. Browse for the picture
5. Click Open
That's five steps, and the first is the dreaded 'novices don't understand it' Right-click. Plus they can accidentally click 'create new', 'link to file' or god only knows what else. Since the average user has a three step limit for any given procedure, I'd like to insert an "Add a Photo" button under the OLE field control. I'm relatively sure that this is done with an fso or shell function of some sort, but that's about my limit of knowledge. I'd like the button to bring up the file browser, and skip the first 4 steps noted above. Most users can manage to click a button and locate the correct file. I'm sure this can be done, since the same function exists on many, many 'personals' type websites.