Warning Messages

C

Charles

I have a button that creates a duplicate record to allow the user to just
type in changes in a new order. All they do is click this button, the
record is duplicated, and they simply change the order number and any other
data that is different from the last time this customer made an order.

The problem occurs when the user goes to exit the form. After they exit the
form they always get the following message after duplicating a record: "You
have pasted a large amount of data to the clipboard. Would you like to save
this data?" This message is annoying and is irrelevant.

I never want them to save this clipboard data and would like to figure out a
way to get rid of this message entirely. I have tried using the SetWarnings
method by turning it off but have found that this causes even more problems
later as it permanately turns off all warnings.

Can anyone help me with this problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top