A while ago I converted an access2 application into access97. When I want to execute the following code on a form, I get the error "the action PasteAppend is temporarely not available" :
This is the only problem that occurs in the whole app. The database is not read-only and is correctly converted.
I just want to select the whole record, copy it and make some modifications.
Can somebody help me ?
Code:
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
This is the only problem that occurs in the whole app. The database is not read-only and is correctly converted.
I just want to select the whole record, copy it and make some modifications.
Can somebody help me ?