I have the following code attached to a button:

Private Sub Add_Acc_Click()

NewAccountUserForm.Show

End Sub

(sorry, I do not know how to put it in code tags)


When I click the button, I get the error message:

Runtime error '-2147467259 (80004005)':
Unspecified Error

It worked fine before, but I have changed the name of 1 field and added a new field. Since then I have been getting this error.

I would appreciate any help in resolving this error.