[AccessD] Jumping Screen Fix - now I know how but not why

John Bartow john at winhaven.net
Wed May 23 10:43:51 CDT 2012


Can you search for something that will be unique to each form module? Maybe
the search string could be:
Private Sub Form_Load()

And the replacement string:
<blank line>
<your code>
<blank line>
Private Sub Form_Load()

In this way it inserts your code above the Private Sub Form_Load() 



More information about the AccessD mailing list