I am writing this program for VB class in ITT-Tech. However when I try and enter and submit data into the "frmOfficialInfo" and "frmPersonalInfo" the error returned is "Object variable or with block variable not set". I noticed the program isn't checked to see whether my Streamable text files are present. Because they aren't, and if they aren't, it should create them. It doesn't.
I attached a ZIP file with the source code.
-Removed
Thanks!
PS- Never mind.. I found out what was wrong.. I didn't run the code from Main..