Retaining/ Ensuring Form Focus

B

Bob Barnes

The "Opening" Form's "Focus" (Titlebar) becomes Dimmed when running
this code...

....
DoCmd.OpenForm "Parts": DoCmd.Close acForm, "Opening"

When returning to the "Opening" Form from the "Parts" Form with..
....
DoCmd.OpenForm "Opening": DoCmd.Close acForm, "Parts"

...the "Opening" Form's Titlebar stays Dimmed. Even using one of the "Opening"
Form's Fields..IE..Field1.SetFocus, doesn't work. Form Focus is returned w/
a Click.

TIA - Bob
 

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

Top