Hi All,
Me again, this is something really simple, I hope, for you experts.
I have a homepage form that has a button on it called "Open Input Form", when the user presses this. The homepage form should close and the Input Form should open but on a new record, ready to add in new information. I also want the previous record to be viewable as I have a button that says previous record and another button that says next record.
I have this VBA code here:
When I click on the button, I get a VB error that says:Code:Private Sub button_Open_Input_Form_Click() DoCmd.GoToRecord acDataForm, "frm_Input_Form", acNewRec End Sub
What am I doing wrong? Surely it's something simple?Code:Run-time error '2489' The object 'frm_Input_Form' isn't open.
Thanks for any help!