I have a workbook with forms that interact with an Access DB. I want to just connect to the DB on Workbook-Open and close the connection when the workbook closes so I won't have to keep opening and closing the connection repeatedly. I tried "Global DB as DAO.Database" but it won't let me do that. How can I connect to the database on Workbook-Open and be able to access the DB variable through the forms/mods? Thanks.