Everytime I add a new form to my project and want to access a database, I have to declare it, and open it.

Dim db as database
db.opendatabase("..path..")

Is there any way I dont have to declare it in every form ?