I am having major problems with the opening and closing of forms, I am closing forms using a main menu which calls the code below. I make the forms nothing etc, but they do not disappear when the next form opens.
the code i am using is
Me.Hide()
Me.Dispose()
Frmreview = Nothing
FrmMain.Show()
Help

Louisa