stephenbaer
Computer
- May 15, 2005
- 3
First, the scenario...
An Access table with a field data type of "OLE object". You can simulate what I'm trying to do by creating a simple table with a key field and an OLE field, then generating an autoform. This will be a form with a blank bound object frame. To embed a file (a scanned PDF document, for example) the user has to right click the frame, select "insert object", then select "create from file",then browse to the file, then click "OK", then click "link", then "display as icon, then "OK". This is too many steps for the average user. It's just too hard to miss a step, or otherwise screw it up. As anyone with training experience can tell you, most people blank out after about step 4 of any complicated computer operation, especially if they aren't great with computers.
The (hopeful) solution...
Make a form with a command button that does all the extra steps besides browsing and selecting the file/object. Most people can manage to pick the right file when presented with the open file dialogue. The frame can be hidden if it is empty for the current record, thus further simplfying the display.
Does anyone know how to do this?
An Access table with a field data type of "OLE object". You can simulate what I'm trying to do by creating a simple table with a key field and an OLE field, then generating an autoform. This will be a form with a blank bound object frame. To embed a file (a scanned PDF document, for example) the user has to right click the frame, select "insert object", then select "create from file",then browse to the file, then click "OK", then click "link", then "display as icon, then "OK". This is too many steps for the average user. It's just too hard to miss a step, or otherwise screw it up. As anyone with training experience can tell you, most people blank out after about step 4 of any complicated computer operation, especially if they aren't great with computers.
The (hopeful) solution...
Make a form with a command button that does all the extra steps besides browsing and selecting the file/object. Most people can manage to pick the right file when presented with the open file dialogue. The frame can be hidden if it is empty for the current record, thus further simplfying the display.
Does anyone know how to do this?