Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / June 2006

Tip: Looking for answers? Try searching our database.

how i can display only the form without the MS Access window?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
HANA - 03 Jun 2006 12:39 GMT
Hi

i want to display my form only without Ms Access window I want my form to on
the disktop

can any one help

thanks
Wayne-I-M - 03 Jun 2006 17:38 GMT
Hi Hana

On the tools menu - select the Startup and select the options you (don't)
want to show.

To restore the settings (to see the windows screen again) simply press the
shift key as you are opening the d base

Hope this helps

Signature

Wayne

> Hi
>
[quoted text clipped - 4 lines]
>
> thanks
HANA - 03 Jun 2006 18:02 GMT
Hi Wayne
thanks but i think that you messd understand me i want my database to
display only the form window when users open it,
without showing the user the Microsoft Access window in the background or the
 database window? & i used Dav Ashish VB codes but allways there is some
thing wrong in my steps i don't know what it is
if you can tell me how to do it step by step..... i i'll be thankful for you  

> Hi Hana
>
[quoted text clipped - 14 lines]
> >
> > thanks
Krizhek - 05 Jun 2006 16:51 GMT
Set the window to pop up and use the below command when the form is loaded.

DoCmd.RunCommand acCmdAppMinimize

You will have to do some changes to how your forms opened but this should
get you the result you want.

> Hi Wayne
>  thanks but i think that you messd understand me i want my database to
[quoted text clipped - 22 lines]
> > >
> > > thanks
Bob Miller - 05 Jun 2006 20:37 GMT
If you add:
DoCmd.Maximize
immediately before Krizhek's code, the form will cover the whole
screen.
Just be sure you have a way of closing or minimizing the form or you
may have to use the Task Manager to close it.
Also, any forms being opened from this form will need to be popup also.
I don't believe other objects (tables, queries, or reports) can be
opened for viewing on "top of" this form.  You should be able to send a
report to a printer though.
Thanks Krizhek for putting us on this tidbit!  I will be using this a
lot in the future.
Bob

Krizhek Wrote:
> Set the window to pop up and use the below command when the form is
> loaded.
[quoted text clipped - 43 lines]
>
> thanks

Signature

Bob Miller

HANA - 06 Jun 2006 18:19 GMT
Hi & thanks  verey mush for help i will do it all over agean & if i had any
problem i will back to you:)

> If you add:
> DoCmd.Maximize
[quoted text clipped - 58 lines]
> >
> > thanks
HANA - 06 Jun 2006 20:36 GMT
Hi Mr. Bob

will there is some change but there is problem!!!!
ther is something wrong in this code"Me.Visible = True
DoEvents
fSetAccessWindow Switch_HIDE" it alwaeys  give me this massge "variable not
defeined"
did this mean that i did not Call this code?

> If you add:
> DoCmd.Maximize
[quoted text clipped - 58 lines]
> >
> > thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.