In the button click event i want to open another form that i have in the database.

I have tried

Dim newform As NewForm05
newform.visible = true

there is no .show or .open methods available to me