Friday, April 7, 2017

Access- Insert pictures without embedding in Access Database

To insert a picture in an access form, we can use the control source property of the image control. We pass the field of the form which contains the path of the image file.
STEPS:
  1. Create a table with a field containing the path of image files.
  2. Generate a form based on it.
  3. Insert an image control on this form in design view.
  4. Set the control source property of this image control to the field containing the path of images.
  5. Refresh the form in Form View. 

No comments:

Post a Comment

Hot Topics