i have a very complex form in an application and want to same form again with some different name as a copy. can i do it, if yes how?
thanx in advance for reply
Printable View
i have a very complex form in an application and want to same form again with some different name as a copy. can i do it, if yes how?
thanx in advance for reply
Just save the form using save as with a different name.
Then adjust the name property of the newly save form and call it by it's new name.
For another project just go to project/add form and add it.