Let's say I have a template form named Form1. I have two text fields
named Month and Year.
Using an event procedure from another form, I want to:
1) Open the template form
2) Name the form based on the concatenated entries of the two text
fields
3) Save the form and leave it open
Thanks in advance.
Troy Lee
named Month and Year.
Using an event procedure from another form, I want to:
1) Open the template form
2) Name the form based on the concatenated entries of the two text
fields
3) Save the form and leave it open
Thanks in advance.
Troy Lee
Comment