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
Have you tried simply changing the image control's Size property and setting it to Zoom?
Another option is to resize the original images to the dimensions of your control, you can easily do so using WIA, see:
https://www.devhut.net/2017/01/18/vba-resize-image/