What have you tried so far? Is there any VBA code involved?
I might start with decompiling the application. Search the web for "access decompile".
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
Please see the form below:
Access crashes when I use the Record Selectors on the left of the flags to Cut or Paste a record and then close the form.
How can I stop this?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
What have you tried so far? Is there any VBA code involved?
I might start with decompiling the application. Search the web for "access decompile".
Hi Tom,
Thanks for your prompt reply.
I'm using Form.RecordSelectors=Yes. When I Close the form after using Cut or Paste, Access crashes. The code for the Close button is:
DoCmd.Close acForm, "frm_Edit_Country", acSaveYes
Any advice?
I'm using Form.RecordSelectors=Yes.
you set this property by VBA instead of in property sheet?
Is there a subform ?
Is it possible about other codes compiled mistakes ?
I gave you decompile advice. You did not say if you took that advice.
Hello peiyezhu ,
Thanks for your prompt reply. Yes there is a subform. I'm using cut/copy/paste in the subform but btn_Close is on the main form. Please see separate reply here for further details.