Forum Discussion
GomesGomes
Jan 12, 2021Copper Contributor
Resize URL Images to fit a bounding box in a form
Hi, I need some help achieving the following. How to limit URL image size in MS Access form. Reduce size to match the container. ie the image is large an exists at URL\xxxx. I want to pul...
Jan 12, 2021
Not sure why my reply didn't go through, let's try this again?!
Have you tried setting the Size property for the image control to Zoom? See: https://docs.microsoft.com/en-us/office/vba/api/Access.Image.SizeMode
The alternative is to dynamically resize the images which can easily be done using WIA, see: https://www.devhut.net/2017/01/18/vba-resize-image/
- GomesGomesJan 12, 2021Copper ContributorHi Daniel, Thank you for the response ...too complicated for my skill set.
- Jan 13, 2021Changing a single control property (size) is to complicated? If you want post your db here and someone can take a closer look at it.