I'm trying to get the image dimensions of images that are urls. I tried to use the loadPicture function but it seems that it will only work for local images. I found ways to do it with js and php but I really would like to do it in access - is there anyway to create an object for an image url? It would not be an option for me to download the images - as I need to get the dimensions for a few thousand images that we have living on web servers. Thanks in advance for any help that is provided.