1. When using multiple forms in a project, it is important for you to consider each sub procedure or function procedure that you create. If the procedure will be used in only one form, then it should be included in the code for that form module.
The variables declared in the General declaration of the section of standard code module are global and can be accessed from any other module, if the variable is public.
The startup form is the first form created in a project. However, you can select a different form to be the startup form, or you can specify your own Main Procedure.