K kwtmd Registered User. Local time Today, 18:42 Joined May 21, 2004 Messages 46 Sep 29, 2004 #1 How do I write a VBA script that runs before the first form opens when Access opens the database? thanks
How do I write a VBA script that runs before the first form opens when Access opens the database? thanks
B Bat17 Registered User. Local time Today, 23:42 Joined Sep 24, 2004 Messages 1,687 Sep 29, 2004 #2 create a form who's visible property is false and open that first, you can then do whatever you want then call your real opening form. HTH Peter
create a form who's visible property is false and open that first, you can then do whatever you want then call your real opening form. HTH Peter
K kwtmd Registered User. Local time Today, 18:42 Joined May 21, 2004 Messages 46 Sep 29, 2004 #3 thanks sometimes it's just so simple. thanks. Ken