How to open a form in new Access Dtabase

vsap

vsap
Local time
Today, 05:34
Joined
May 27, 2005
Messages
29
Hello Guys,
I am new to access 2000 and i have an issue,hope to get answer soon..as my boss needs fast ahh.. :o
1)I created access project name A.Mdb
which has forms,reports,tables
there are 2 forms ,Form1,Form2
in form 1 it has message which has 2 buttons yes and no.
Form 2 has a button to generate data using sql query ,generate a new access database b_username.mdb(for diff. users) on c: drive
So now A.mdb creates new b_username.mdb with reports and tables but I am not getting how I can show the Form 1 to be seen first whenver user double clicks the b_username.mdb access database.
This databse is created by multiple user ,so for all user this form1 which is a message to be seen first.
So please help me in solving..

Thanks
vsap
 
Open the database where form1 is residing.
Go to Tools, StartUp, Display Form then choose
the form you want to display first.

That should do it.
 

Users who are viewing this thread

Back
Top Bottom