I am creating a db of information and pictures of various properties (houses). There is a maximum of 6 pictures for each property. I'm trying to link to the images, but it appears that they are still being embedded in the db.
Currently, I'm using a bound OLE object frame to display the pictures. When I insert an image into the frame, I select "Create from file" and put a check mark in the "Link" box. The original db size w/ no pics is 1 MB but it increased to 3.8 MB after adding online one image.
How do I create a *link* to the images instead of embedding them?
For each image the user needs to be able to click a command button on the form, then browse his computer for the correct file and have the image displayed on the screen.
Thanks!
Currently, I'm using a bound OLE object frame to display the pictures. When I insert an image into the frame, I select "Create from file" and put a check mark in the "Link" box. The original db size w/ no pics is 1 MB but it increased to 3.8 MB after adding online one image.
How do I create a *link* to the images instead of embedding them?
For each image the user needs to be able to click a command button on the form, then browse his computer for the correct file and have the image displayed on the screen.
Thanks!