Viewing Form when database is opened

Beau

New member
Local time
Today, 05:03
Joined
Sep 1, 2005
Messages
9
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
 
Go to Tools> > > > > > >startup

Select the form name there.

Col
 
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
 
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....
 

Users who are viewing this thread

Back
Top Bottom