Re: Displaying a long form

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: fredg (fgutkind_at_example.invalid)
Date: 04/14/04


Date: Wed, 14 Apr 2004 01:35:13 GMT

On Tue, 13 Apr 2004 16:21:07 -0700, stan wrote:

> I have a form that is larger than what can display on the screen. When it is initially dsiplayed the form is scrolled to the bottom of the form. How can I ensure that the form is initially displayed with the top of the form displayed?

Place code in the form's Load event:
[ControlName].SetFocus

[ControlName] should be the first control on the form.

-- 
Fred
Please only reply to this newsgroup.
I do not reply to personal email.


Relevant Pages

  • Re: Get value of selected text in subform
    ... first control on first record is the default selected text. ... John Nurick [Microsoft Access MVP] ... Please respond in the newsgroup and not by email. ...
    (microsoft.public.access.formscoding)
  • Re: "No Data" msg box
    ... > have an appropriate message popup. ... Try this in the Form's Load event: ... Please only reply to this newsgroup. ... I do not reply to personal email. ...
    (microsoft.public.access.forms)