I have a main form in an Access 2000 application that acts as a menu. I would like to declare a class object and a collection as a global variable so that I can access the collection from numerous Form class objects. I have tried to declare the object as public on the main menu and instantiate them on the Load event, but I have not been able to access the object collection from another form. Any assistance would be greatly appreciated.