Hide and Seek

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

Ctl Reference 4
Sloooow CODE 1
Close pop-up forms efficiently 3
Nested IF Problem 1
Rename forms error 5
Changing Many Records 8
Syntax Error in Query Expression 3
Close a form two ways 2

Top