C
Cindy L
In Access 2002, I use DoCmd.RunCommand acCmdSelectRecord
to select the record in my table that I want to
duplicate. I then use acCmdCopy, acCmdPasteAppend to
append the new record to the table.
This works, but when I close the form I get a warning
from MS Access: "You copied a large amount of data onto
the Clipboard. When you copy data onto the Clipboard,
only the reference to the object is copied. If you close
the source document, however, MS Access must past all the
data from its source. Depending on the amount of data,
this can take some time. Do you want to save this data on
the Clipboard?" ... I do not want this message to appear,
but acCmdSetWarnings False doesn't work. VB 6.0's
Clipboard.Clear command is not valid in VBA.
Is there any way to prevent this message from appearing?
Thanks! Cindy
to select the record in my table that I want to
duplicate. I then use acCmdCopy, acCmdPasteAppend to
append the new record to the table.
This works, but when I close the form I get a warning
from MS Access: "You copied a large amount of data onto
the Clipboard. When you copy data onto the Clipboard,
only the reference to the object is copied. If you close
the source document, however, MS Access must past all the
data from its source. Depending on the amount of data,
this can take some time. Do you want to save this data on
the Clipboard?" ... I do not want this message to appear,
but acCmdSetWarnings False doesn't work. VB 6.0's
Clipboard.Clear command is not valid in VBA.
Is there any way to prevent this message from appearing?
Thanks! Cindy