How do I use the Extra Button on a form to call another form
Posted: Sat Feb 22, 2014 7:01 am
Hi,
I am trying to figure out how to use an ‘Extra Action Button’ on one form to call another form.
I have a form called ‘Projects’ where the user enters a ‘Project Name’ and then selects a ’vendor’ from a look-up table. After the project information is saved, the user can click on the ‘Project Awarded’ button at the top of the form. I want to get that ‘Project Awarded’ button to bring up the ‘Project Awarded’ form below and select the data from another table using the project name and vendor entered in the projects form. What do I need to put into the code for the ‘Extra Action Button’? What do I need to put in the SQL for the ‘Project Awarded’ form to select data for the project and vendor selected in the ‘Project’ form? I would also be interested if there is a better way to have one form call another form and select the above data
Thanks,
John Klassen
I am trying to figure out how to use an ‘Extra Action Button’ on one form to call another form.
I have a form called ‘Projects’ where the user enters a ‘Project Name’ and then selects a ’vendor’ from a look-up table. After the project information is saved, the user can click on the ‘Project Awarded’ button at the top of the form. I want to get that ‘Project Awarded’ button to bring up the ‘Project Awarded’ form below and select the data from another table using the project name and vendor entered in the projects form. What do I need to put into the code for the ‘Extra Action Button’? What do I need to put in the SQL for the ‘Project Awarded’ form to select data for the project and vendor selected in the ‘Project’ form? I would also be interested if there is a better way to have one form call another form and select the above data
Thanks,
John Klassen