How to access the Clipboard

accesser

Registered User.
Local time
Today, 16:55
Joined
Mar 17, 2003
Messages
54
How to access the Clipboard in MS Access without using external function like the Win API. Is there a direct function of MS Access to access the content of the clipborad and copy its contant using automation.

Regards,
 
I don't believe there is a function within access becuase the clipboard is part of windows. You will have to use win api to do this.

The following link shows you an example of the win api and sample code for a command button to enter the contents of the clipboard into a textbox.

http://www.tek-tips.com/faqs.cfm?fid=374

Hope this helps!

Andy
 

Users who are viewing this thread

Back
Top Bottom