Thank you all for your suggestions.
But today was another frustrating day. I tried @Jiachen Li-MSFT ’s suggestions, to no avail. I read @Karen Payne MVP ’s doc on adding a form (although I believe I was already doing it, just via a different route). Finally I gave up and decided to start my frmPSrch from scratch again.
Before doing that, I looked at the folders involved. Apparently I’m very confused concerning projects and solutions. In my \Repository folder I have an \MM subfolder, which contains nothing but a \Prm subfolder. In \Prm are my frmMain three documents (.Designer.vb, .resx, and .vb), Prm.sln, and a few other things. But -also- included in that folder is a \My Project subfolder. I found the three frmPSrch documents in -that- folder!
Today, I removed all the Form2 and frmPSrch from both those folders and opened my Prm solution again. I got rid of all references to those two, then followed the instructions for adding a new form to the project. I performed all the steps so that everything now said frmPSrch. This time I added only I textbox to the form, saved it all, then went to test it. In my Sub Main() I added “Dim PSrch As New FrmPSrch”, but got an error because suddenly it doesn’t know what frmPSrch is. I looked in the folders, and once again, all my stuff is in the \Prm folder, except for frmPSrch, which is in its \My Project subfolder! Once again, Visual Studio shows me frmMain, but it won’t show me anything about frmPSrch.
Any suggestions for restoring my sanity would be greatly appreciated.