M
Mike Mueller
Access 2000, MapPoint 2002
I am using vba to control the mappoint ocx. I am copying
the map to the clipboard (as an image file) no problems. I
want to add another button to the form to open up a report
to print only the current record. I would like to paste
this image onto the report.
Currently I am doing it messy- I open up another form, paste
the image into a field (db bloat I know) and then I open the
report and find the page that I need.
What I want is a better way, and to clear the image field
when done to minimize bloating
Mike Mueller
I am using vba to control the mappoint ocx. I am copying
the map to the clipboard (as an image file) no problems. I
want to add another button to the form to open up a report
to print only the current record. I would like to paste
this image onto the report.
Currently I am doing it messy- I open up another form, paste
the image into a field (db bloat I know) and then I open the
report and find the page that I need.
What I want is a better way, and to clear the image field
when done to minimize bloating
Mike Mueller