Sorry, my mistake. I meant #32 not #11.One code issue with split forms has just been reported. They don't currently support the code context object
Open a split form and add this code to the Form_Load event:
Code:Debug.Print Now, "CodeContextObject", (CodeContextObject Is Nothing)
Run the form, and you will get error 2467: The expression you entered refers to an object that is closed or doesn’t exist.
Open any type of form and the code runs without issues
The split form error has been reported as a bug
I looked at post #11 and couldn't find any link mentioned. Just fixed the broken link you did mention in post #32
Currently writing up post #38 as a new web article & will modify the two earlier articles to remove duplication
Thanks for additional info.