I have a form with a linked image control. The images are maps of rooms. The user needs to be able to paste images on the map of the room showing where air quality samples were taken.
What I need to be able to do is have a command button that will paste the image on the map after the user enters x,y coordinates or left,top coordinates and the image name to paste.
So I have a table that holds the id of the air sample, the id of the map, the X and Y coordinates and the name of the image.
Access needs to open the map and paste the image based on the coordinates in the table.
Anybody have any idea how I might do this??????
I assume I use a Shell() function or something like it to open the image file (a bitmap) but how do I paste the image at the coordinates specified???
Thanks,
I have a form with a linked image control. The images are maps of rooms. The user needs to be able to paste images on the map of the room showing where air quality samples were taken.
What I need to be able to do is have a command button that will paste the image on the map after the user enters x,y coordinates or left,top coordinates and the image name to paste.
So I have a table that holds the id of the air sample, the id of the map, the X and Y coordinates and the name of the image.
Access needs to open the map and paste the image based on the coordinates in the table.
Anybody have any idea how I might do this??????
I assume I use a Shell() function or something like it to open the image file (a bitmap) but how do I paste the image at the coordinates specified???
Thanks,
Ernie
What I need to be able to do is have a command button that will paste the image on the map after the user enters x,y coordinates or left,top coordinates and the image name to paste.
So I have a table that holds the id of the air sample, the id of the map, the X and Y coordinates and the name of the image.
Access needs to open the map and paste the image based on the coordinates in the table.
Anybody have any idea how I might do this??????
I assume I use a Shell() function or something like it to open the image file (a bitmap) but how do I paste the image at the coordinates specified???
Thanks,
I have a form with a linked image control. The images are maps of rooms. The user needs to be able to paste images on the map of the room showing where air quality samples were taken.
What I need to be able to do is have a command button that will paste the image on the map after the user enters x,y coordinates or left,top coordinates and the image name to paste.
So I have a table that holds the id of the air sample, the id of the map, the X and Y coordinates and the name of the image.
Access needs to open the map and paste the image based on the coordinates in the table.
Anybody have any idea how I might do this??????
I assume I use a Shell() function or something like it to open the image file (a bitmap) but how do I paste the image at the coordinates specified???
Thanks,
Ernie
