A
Ayo
This is what I am trying to do. I hide a form and opened another form using a
button:
Me.Visible=False
DoCmd.Open "Select Report Type", acNormal
Now I want to unhide the form again using a button on the second form, I
tried:
If Forms![Inscope Site Summary].IsVisible=False Then
Forms![Inscope Site Summary].Visible=true
End If
But this didn't work. I am stuck. Any help will be greatly appreciated.
Thank you.
button:
Me.Visible=False
DoCmd.Open "Select Report Type", acNormal
Now I want to unhide the form again using a button on the second form, I
tried:
If Forms![Inscope Site Summary].IsVisible=False Then
Forms![Inscope Site Summary].Visible=true
End If
But this didn't work. I am stuck. Any help will be greatly appreciated.
Thank you.