Referenced forms -
01-19-2011
, 12:08 PM
I have a Db "Master.AccDb" which has references set to 2 other Dbs namely
"Menu.Accdb" and "Mailmerge.AccDb". "Menu.AccDb" has a reference to Peter's
Software "ShrinkerStretcher.AccDe" From the Master Db I canopen a form in the
"menu" Db and once in that Db, Application.CurrentProject.AllForms.Count and
Application.CurrentProject.AllForms(i).Name gives me access to all the forms
in the Menu Db. What I need is a list of all the forms in all the referenced
Dbs, ie something more encompassing than the CurrentProject Thanks
Phil |