Hi all.
Just trying out some ideas on an Access form and found that just two or three very small images placed in image controls cause my form to take a solid minute or longer to load, on a pretty fast computer.
I said the picture type was Linked, not Embedded
Then I set .Picture to the file on my computer, e.g. "C:\image1.jpg"
Super slow loading and these are very small jpegs.
On a followup note, once the form loads, I can change the images on the form programmatically (button click) and they happen pretty fast.
Am I doing it wrong?
Thanks.
Just trying out some ideas on an Access form and found that just two or three very small images placed in image controls cause my form to take a solid minute or longer to load, on a pretty fast computer.
I said the picture type was Linked, not Embedded
Then I set .Picture to the file on my computer, e.g. "C:\image1.jpg"
Super slow loading and these are very small jpegs.
On a followup note, once the form loads, I can change the images on the form programmatically (button click) and they happen pretty fast.
Am I doing it wrong?
Thanks.