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

Rocky Smolin rockysmolin at bchacc.com
Wed May 23 11:04:12 CDT 2012


Yeah - there's always an _Open event.  I could put it in front of that.
Good idea.

Rocky
 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of John Bartow
Sent: Wednesday, May 23, 2012 8:44 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Jumping Screen Fix - now I know how but not why

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

--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list