PC Review


Reply
Thread Tools Rate Thread

Data on Clipboard Message

 
 
=?Utf-8?B?RGlhbmUtTWFwbGV3b29k?=
Guest
Posts: n/a
 
      7th Nov 2007
I am receiving an "!" message box asking whether to save data on clipboard
when exiting the database. The exact message is: "! You copied a large
amount of data onto the Clipboard...Do you want to save this data on the
Clipboard? ... followed by "Yes" or "No" boxes.

This only happens when a record is copied in the subform. The code for the
"copy record" button is...
--------------
Private Sub dup_record_Click()
On Error GoTo Err_dup_record_Click

DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 2, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 5, , acMenuVer70 'Paste Append
Me.SUPPLIER.SetFocus

ClearTotals 'private function in this code section

Exit_dup_record_Click:
Exit Sub

Err_dup_record_Click:
MsgBox Err.DESCRIPTION
Resume Exit_dup_record_Click

End Sub
------------
I have gone into the "Edit" "Office Clipboard" and unchecked all options.
To exit the database from the form, I am using a simple command button to
'exit database'.
How do I get rid of this message box?
Thank you for your time and any info. -Diane
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Receiving Error message 'Data on the clipboard is damaged' Christine R. Microsoft Access 1 22nd Jan 2009 10:14 PM
Clipboard gets empty by itself, cleared clipboard, copy paste doesn't work, outlook clears clipboard, problems with clipboard - possible solution Jens Hoerburger Microsoft Outlook 0 24th Aug 2006 02:44 PM
Data on clipboard message... Dale Microsoft Excel Programming 2 21st Oct 2004 08:02 AM
How to avoid "large data on clipboard" message? keith Microsoft Excel Programming 4 25th Sep 2003 08:44 PM
How to avoid "large data on clipboard" message? keith Microsoft Excel Misc 2 25th Sep 2003 08:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:17 AM.