J
JustinF
I have a main form with buttons that launch forms for manipulating tables in
my database. I launched a form named frmEditIssues by clicking one of the
buttons and filtered the data to modify it. When I tried to shut
frmEditIssues down I was prompted to save changes and selected yes. I
clicked on the button in the main form to launch the second form again and
got the message "You canceled the previous operation". I am unable to open
or design frmEditIssues. The code that the error occurs is: DoCmd.OpenForm
"frmEditIssue", , , , acFormEdit, acWindowNormal, "/nav:2"
Any guidance would be appreciated. Thanks!
my database. I launched a form named frmEditIssues by clicking one of the
buttons and filtered the data to modify it. When I tried to shut
frmEditIssues down I was prompted to save changes and selected yes. I
clicked on the button in the main form to launch the second form again and
got the message "You canceled the previous operation". I am unable to open
or design frmEditIssues. The code that the error occurs is: DoCmd.OpenForm
"frmEditIssue", , , , acFormEdit, acWindowNormal, "/nav:2"
Any guidance would be appreciated. Thanks!