Hi
I constructing an Access database for a charity and want to have total control over storing an image for each record. The way I want it to work is that the user selects an add image button which opens a browser. The user browses and selects the image the code then copies that image, resizes it changes the res, and stores this new image in a specific place. The image control on the record form will then reference this new resized image. I have a fair bit of VBA experience so have no problem opening a browser dialogue, etc but don't have a clue how to to resize the image.
The reason I need to do this is that the user will not have much graphic manipulation experience and I need to keep control of the size (as in bits)and location of the images used.
This is really doing my head in so any help will be very much appreciate.
Cheers.
I constructing an Access database for a charity and want to have total control over storing an image for each record. The way I want it to work is that the user selects an add image button which opens a browser. The user browses and selects the image the code then copies that image, resizes it changes the res, and stores this new image in a specific place. The image control on the record form will then reference this new resized image. I have a fair bit of VBA experience so have no problem opening a browser dialogue, etc but don't have a clue how to to resize the image.
The reason I need to do this is that the user will not have much graphic manipulation experience and I need to keep control of the size (as in bits)and location of the images used.
This is really doing my head in so any help will be very much appreciate.
Cheers.