Hello All,
I have a project with many forms. I put the form names in a small database and have a tableview to list all of them. How do I launch the form after clicking the entry from the tableview? I can get the value assigned to a variable. How do I change it to a statement?
frm = "regform.show"
how do I execute frm to show the form regform.show
Thanks in advance.
Mart
I have a project with many forms. I put the form names in a small database and have a tableview to list all of them. How do I launch the form after clicking the entry from the tableview? I can get the value assigned to a variable. How do I change it to a statement?
frm = "regform.show"
how do I execute frm to show the form regform.show
Thanks in advance.
Mart