This is pretty simple, but what I do is either create a macro that opens a form and closes another, name it mcrOpenXCloseY, then in the form control button, set the OnClick property to that macro. Or you could do one macro to just close the form, then in your control button properties, set the...