How can i open a new form and close the form that i'm in using a button click action.
It seems like it something obvious but im just overlooking. Heres what im trying to do now and it just keeps closing the form that im in.
DoCmd.OpenForm "shippedform"
DoCmd.Close
It seems like it something obvious but im just overlooking. Heres what im trying to do now and it just keeps closing the form that im in.
DoCmd.OpenForm "shippedform"
DoCmd.Close