How do you go about accessing the code behind forms and modules from Word? From Access, you can do a DoCmd OpenForm, followed by a Application.Modules(n).Lines.
From Word I create an Access object and a Forms object, but then how do I access the lines of code from there? The DoCmd Open Form will not work from Word.
Thanks.