D
DS
If I do this
Form!frmOne.Visible = True
Forms!frmOne.ListOne.Requery
Forms!frmListOne = Null
Forms!frmOne.CommandHide.SetFocus
DoCmd.Close acform, "frmTwo"
frmOne never reappears. However if I do this...it does! Is this a bug or
perhaps.......
DoCmd.Close acform, "frmTwo"
Form!frmOne.Visible = True
Forms!frmOne.ListOne.Requery
Forms!frmListOne = Null
Forms!frmOne.CommandHide.SetFocus
I've tried this with several forms and always the same results....
Any insight would be appreciated!
Thanks
DS
Form!frmOne.Visible = True
Forms!frmOne.ListOne.Requery
Forms!frmListOne = Null
Forms!frmOne.CommandHide.SetFocus
DoCmd.Close acform, "frmTwo"
frmOne never reappears. However if I do this...it does! Is this a bug or
perhaps.......
DoCmd.Close acform, "frmTwo"
Form!frmOne.Visible = True
Forms!frmOne.ListOne.Requery
Forms!frmListOne = Null
Forms!frmOne.CommandHide.SetFocus
I've tried this with several forms and always the same results....
Any insight would be appreciated!
Thanks
DS