I have a form that I set the recordsource in the Form Open Event. When this code line executes (Me.Recordsource = strSQL), the program flow skips the following line items in the Open procedure and immediately starts running the Load Event procedure. When the Load Event finishes, the program flow jumps back to the Open Event, finishing the remaining line items and then proceeds to the Load Event (as it should) starting that event all over again.
What may be causing this?
What may be causing this?