Hi folks,
I'm deploying a Multi-page Userform through which my users will add a client entry to a database.
But I'm receiving the following error message which I attempt to click my 'Next button'.error.png
The debug in VBA highlights the following code which is handling the multi page. Can anyone suggest where I've gone wrong here?
Private Sub NextButton_Click()
MultiPage2.Value = MultiPage2.Value + 1
UpdateControls
End Sub
One issue seems to be that the userform isn't always starting from page 1, but often from page 4. Is thre anything to be done about this?
Many thanks all,
Henry
Bookmarks