J
Junior
On click event - on Form1 i call a sub and open [frm2] to set some user
defined variables
when frm2 closes the action returns to the sub...
but Form1 doesn't become visible again -
what am i doing wrong?
on click on Form1
blah, blah.....
DoCmd.OpenForm "frm2", DataMode:=acFormEdit, WindowMode:=acDialog
DoCmd.SetWarnings False
DoCmd.Hourglass True
Me.Visible = True
blah blah.....
defined variables
when frm2 closes the action returns to the sub...
but Form1 doesn't become visible again -
what am i doing wrong?
on click on Form1
blah, blah.....
DoCmd.OpenForm "frm2", DataMode:=acFormEdit, WindowMode:=acDialog
DoCmd.SetWarnings False
DoCmd.Hourglass True
Me.Visible = True
blah blah.....