Hide and Seek

  • Thread starter Thread starter DS
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Cancel timer event if criteria not met 1
Ctl Reference 4
Sloooow CODE 1
Problem with closing from from Close Button 12
Nested IF Problem 1
Open related form 5
Undoing Record 2
Changing Many Records 8

Back
Top