Button to save and open new form

I have a database that one form I would like to create a button that will save the form, and open a new form. I have tried script that will save the form and refresh to a new document but then only the first document saved will show in the view. Thought I would see if you had any suggestions.


Sounds like you could use @Commands to do this. @Command([FileSave]); @Command([FileCloseWindow]); @Command([Compose];"FormName")


This was first published in October 2001