I solved the problem by taking MajP advice. I copied the controls to a new form, pasted the code for the ones for the events that I was using and removed two of the tabbed pages that had many text boxes and xfered them to new popup forms and it is all working fine now. Thanks!
I have so many fields in one table because I began this database back in the 80's in dBase 2 and 3 in DOS and it was easier to put everything in one table. I could have broken the table up, but at that time tables got corrupted more easily than today and if one out of three connected tables corrupted then it seemed easier to have backup tables with all the data synchronized to a certain date. I had particular trouble with memo fields (“blob” fields) corrupting in dBase. Anyway, that is the history. Now things are much better and I haven’t had those problems since I switched over to Microsoft SQL server and use access. But it is a learning process implementing new programming procedures and time consuming making changes. Sometimes it is easier just staying with the base structure that I already have. However, I am starting to make several changes including now working with several connected tables that I am slowly xfering info over to. Anyway, I appreciate all the help.