I'm a self-taught user who is trying to create a data entry form for about 10-15 users. I have a data entry form created that I was using yesterday (called "frmResponses") . The form is unbound (I run an append query when a 'Save' button is clicked to add a record to the table that collects my data).
I tried opening the form this morning and now nothing happens. The mouse pointer changes to an hourglass for about one second, then reverts to an arrow without the form opening. When I try to open the form in Design view, the same thing happens.
I have a button on another form (frmMainMenu) that opens the frmResponses form. When I click this button, I get the following error:
When I debug this error, it points to my line of code:
I don't see any issue with this line of code (it has worked for weeks). The 'Help' from MS Access is blank and I cannot find any information on microsoft.com.
There has to be something wrong with my form but I don't know what and I don't know if I can do anything with it. I am getting my file restored to a previously saved state (I'll just have to re-do what I did yesterday). I'm hoping someone knows what's going on and can lend some advice.
Thanks.
I tried opening the form this morning and now nothing happens. The mouse pointer changes to an hourglass for about one second, then reverts to an arrow without the form opening. When I try to open the form in Design view, the same thing happens.
I have a button on another form (frmMainMenu) that opens the frmResponses form. When I click this button, I get the following error:
Run-time error '2001':
You canceled the previous operation.
When I debug this error, it points to my line of code:
DoCmd.OpenForm "frmRespons es"
I don't see any issue with this line of code (it has worked for weeks). The 'Help' from MS Access is blank and I cannot find any information on microsoft.com.
There has to be something wrong with my form but I don't know what and I don't know if I can do anything with it. I am getting my file restored to a previously saved state (I'll just have to re-do what I did yesterday). I'm hoping someone knows what's going on and can lend some advice.
Thanks.
Comment