Hey Bonnie.
In Form properties, Event tab, On Current I inserted the code. Upon opening
the form still defaults to the first field of the details section.
Any other ideas?
Thanks!
Roddy
It worked here for me. Look at your form events and see if there is anything
running that puts it there. Also, make sure you placed the above code in the
form OnCurrent event.
Bonnie
http://www.dataplus-svc.com
>Hey Bonnie.
>In Form properties, Event tab, On Current I inserted the code. Upon opening
[quoted text clipped - 8 lines]
>> >to the first field in the tab order of the Form Header section. Any advise
>> >is welcome.
Roddy B - 30 Jul 2008 16:13 GMT
Yep, I placed it On Current event. The only other thing running is...
Private Sub Form_Load()
DoCmd.Maximize
End Sub
...as an On Load event. Thanks for trying!
> It worked here for me. Look at your form events and see if there is anything
> running that puts it there. Also, make sure you placed the above code in the
[quoted text clipped - 15 lines]
> >> >to the first field in the tab order of the Form Header section. Any advise
> >> >is welcome.
bhicks11 - 30 Jul 2008 19:44 GMT
Make sure the maximize is the first thing but other than that check your
other controls that might be running something.
Bonnie
http://www.dataplus-svc.com
>Yep, I placed it On Current event. The only other thing running is...
>
[quoted text clipped - 9 lines]
>> >> >to the first field in the tab order of the Form Header section. Any advise
>> >> >is welcome.
Roddy B - 30 Jul 2008 19:59 GMT
Thanks, I will see what I can find.
Roddy
> Make sure the maximize is the first thing but other than that check your
> other controls that might be running something.
[quoted text clipped - 15 lines]
> >> >> >to the first field in the tab order of the Form Header section. Any advise
> >> >> >is welcome.