Okay,
I've seen this done, but not how.
I have a table and the unique key is an unitelligible string. The jpegs that relate to each record are named after the unique key. Up till now, to name a picture file, I've browsed to the record, looked at the id (unique key) and then saved the jpeg accordingly. What I would like to do is copy the image to the clipboard and then right click on the form (displaying the picture) and then Paste. The paste would just tell the code to save the clipboard contents to the specific file. Anyway, I could do all of this except I don't know how to use VBA to access the clipboard. Any help?
Thanks,
Xhonzi
I've seen this done, but not how.
I have a table and the unique key is an unitelligible string. The jpegs that relate to each record are named after the unique key. Up till now, to name a picture file, I've browsed to the record, looked at the id (unique key) and then saved the jpeg accordingly. What I would like to do is copy the image to the clipboard and then right click on the form (displaying the picture) and then Paste. The paste would just tell the code to save the clipboard contents to the specific file. Anyway, I could do all of this except I don't know how to use VBA to access the clipboard. Any help?
Thanks,
Xhonzi