Background:
Front end- MS Visual Studio/Visual Basic 2017
Back end- MS SQL Server 2016
I have two forms (Form1 and Form2). I know how to have Form2 pass data back to Form1. Can I have Form2 execute some code (specifically a sub routine) in Form1?
Thanks in advance.
Front end- MS Visual Studio/Visual Basic 2017
Back end- MS SQL Server 2016
I have two forms (Form1 and Form2). I know how to have Form2 pass data back to Form1. Can I have Form2 execute some code (specifically a sub routine) in Form1?
Thanks in advance.
Comment