Search results

  1. S

    Runtime error 29068 when try to delete a form using VBA in Access2010

    Hi all, I tried to delete a form using VBA in Access2010. The code is like this DoCmd.DeleteObject acForm, strFromName But I got runtime error 29068 "cannot complete this operation. You must stop the code and try again" The same code works well in Access97. I don't know what happened. Could...
  2. S

    Runtime error 29068 when try to delete a form using VBA in Access2010

    Hi all, I tried to delete a form using VBA in Access2010. The code is like this DoCmd.DeleteObject acForm, strFromName But I got runtime error 29068 "cannot complete this operation. You must stop the code and try again" The same code works well in Access97. I don't know what...
  3. S

    ApplyFilter Event didn't work as expected

    Hi, I have form containing a combo box in FormFooter. I noticed than after I open and close the "Filter by Fom" window that combo box is always set as Null, which is not I want. I want to keep the value. So I tried to ApplyFilter to reset the vaule. Here is my code: Private Sub...
Back
Top Bottom