i have a problem with the MDI

i have the main menu and i have set the main menu event with MainMenu_Activated

inside that i have a if statement called

If newclientinfo.CheckSaving1 = 1 Then

MenuItem14.Enabled = True

Else

MenuItem14.Enabled = False

End If

End sub

and in the child form call newclientinfo when the newclientinfo _closed i have a SQL command

select the client if the datareader read than i set the CheckSaving1 to 1

why it wont work ??? the CheckSaving1 is set to Public