I would like to have a next and previous button on my apps. Back button to go back to the last form and next to go to the next form. So on the Form 1 there should be a button call next with code like: me.close (Form1) then open Form 2 and on the back button on Form 2 there should be could like : Me.Form2.Close and Form1.open
If button previous is clicked then
form2.close
form1.open
else if button next is clicked then
form 1.close
form 2.open
end if
Well i know this line of code is wrong so could you guys help me out

How to navigate through forms
solids
benktesh
Instead of navigationg through forms...think about navigating the visibility of panels and controls on the same form
otherwise you will have to create global variables to inter-reference all of your forms from each other!