I placed a subform on a Tab control form that came from an existing form I had already developed named General_Processor. The problem I'm having is that the code behind some command buttons on this form that use textbox data on this form can't find this form. In other words, I'll get "...database can't find the Form General_Processor mentioned in VB Code" or I'll get a Parameter popup asking for a value for... "Forms![General_Processor]![txtTableNew]" when txtTableNew is filled in with data, and it is right on the current form that I'm running the code on. I'm wonderning why isn't my code finding this form any longer. I'm sure it's because it is now a subform on a Tab control form but how do I fix this issue?
Thanks in advance for any help!!
Thanks in advance for any help!!