Help with Global Variable
Hello. I've read the article on Global Variables, but something isn't clicking for me. The article describes adding 2 form fields, which I really don't need. I have a Start_Date field on a Add_Student form that I want to write to a variable globalStartDate. I will then access that variable from an HTML page named Certifications and perform a run time calculation. What is the best way to do this?