I have a data-entry form that I set up using the onEnter and onExit events to change the color of the question with the users focus is on the field for an answer, often a Yes/No combo. The problem now is that I have reached the limit for the number of controls on a form, and I am having to create a subform for the last 5 questions on the form.
So, I set the same onEnter and onExit events on the subform as the primary form. But, when I open the form, not only is the first focused control on the primary form getting the changes, but the first focused control on the subform is as well. Why is this happening and what can I do to change it?
So, I set the same onEnter and onExit events on the subform as the primary form. But, when I open the form, not only is the first focused control on the primary form getting the changes, but the first focused control on the subform is as well. Why is this happening and what can I do to change it?