Is there a way on a button click to bring up another form (same folder ID) so a user can review and print this and then close the window so they get back to the form they are on? In other words, when the user views the folder, they see the form called 'Confirmation'. On that form, I want to have a button so when clicked it opens up another window and shows the "Pre-Approval Form". I can see how you can set the button click (Open Folder option) to open a folder but the only option I can get working is to pass the Folder ID, which then brings up all the forms for the procedure. I have also used the Client Operation option where I can do an window.open("http....."). But what I want to do is to open just a particular form.
Thanks.