I have a button on a form which simply opens a blank form to edit a record in a table (DoCmd.OpenForm "Frm_Name",,,,acFormEdit). When I click on the button, I receive an error message telling me that "the OpenForm action was cancelled... because I clicked Cancel in a dialog box." Not only didn't I click "Cancel", no dialog box ever showed up. Any suggestions? I've done a TekTip keyword search (Err 2501) and looked through 30 some pages of threads to no avail.