I have created a duplicate record button on a form. It works fine, but everytime I closed the database, it states a large amout of data has been copied to the clipboard etc. You have to choose yes or no to close it. Is there a way to turn that off?
I have created a duplicate record button on a form. It works fine, but everytime I closed the database, it states a large amout of data has been copied to the clipboard etc. You have to choose yes or no to close it. Is there a way to turn that off?
is there an option to not copy data like that?
I can't remember if there is or not. try:
http://www.tek-tips.com/viewthread.cfm?qid=1227582 OR
http://www.mvps.org/access/api/api0049.htm
or simply call the API:
the returns most likely are 0 and 1, 0 stating a failed call and 1 stating success.Code:Declare Function EmptyClipboard Lib "user32" Alias "EmptyClipboard" () As Long