A
Afrosheen via AccessMonster.com
What I have is a tab control 0 that has a subform "frm_rostersub1" on it.
Another sub form "find" is hidden until I click on a command button. When I
press it "find" does "unhide". The problem is that when I click on the "Stop"
button that sub form "find" will not hide. This is what I have for code.
Forms!["frm_rostersub1"].cmdSave.SetFocus
Me.Visible = False
I've tried to set the focus away from the "find" form but it keeps on giving
me the error that it can't find the frm_rostersub1 form.
Thanks for your help and reply.
Another sub form "find" is hidden until I click on a command button. When I
press it "find" does "unhide". The problem is that when I click on the "Stop"
button that sub form "find" will not hide. This is what I have for code.
Forms!["frm_rostersub1"].cmdSave.SetFocus
Me.Visible = False
I've tried to set the focus away from the "find" form but it keeps on giving
me the error that it can't find the frm_rostersub1 form.
Thanks for your help and reply.