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
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