B Beau New member Local time Today, 05:03 Joined Sep 1, 2005 Messages 9 Sep 2, 2005 #1 Hey there, when a user opens my database, I want the form to enter records to automatically open. Can someone plz help with that... thx
Hey there, when a user opens my database, I want the form to enter records to automatically open. Can someone plz help with that... thx
ColinEssex Old registered user Local time Today, 11:03 Joined Feb 22, 2002 Messages 9,314 Sep 2, 2005 #2 Go to Tools> > > > > > >startup Select the form name there. Col
B Beau New member Local time Today, 05:03 Joined Sep 1, 2005 Messages 9 Sep 2, 2005 #3 Ok thx, that works. Now when that form opens, how do I make that form fill the page without having the name of the form in the bar at the top (if you know what I mean) thx
Ok thx, that works. Now when that form opens, how do I make that form fill the page without having the name of the form in the bar at the top (if you know what I mean) thx
cyberpac9 Registered User. Local time Today, 06:03 Joined Jun 6, 2005 Messages 70 Sep 2, 2005 #4 if i understand you correctly do this: in the form_load() event put the code DoCmd.Maximize...this maximizes it (duh ) then in the form properties under caption, remove that info and the name of the form will not show....
if i understand you correctly do this: in the form_load() event put the code DoCmd.Maximize...this maximizes it (duh ) then in the form properties under caption, remove that info and the name of the form will not show....