View Single Post
  #1  
Old May 19th, 2010, 10:51 PM posted to microsoft.public.access.forms
Lord Kelvan
external usenet poster
 
Posts: 637
Default should i hide a form or make it modal

Quick question looking for others opinions on the subject

I develop apps for a company and up until now I have been using modal
forms to keep the most resent form open on top I have recently learnt
how to hide the access window and keep the forms visible using popup
quite neat to be honest.

My reasoning behind this is staff here use many apps but when I
present them with an app that is built using ms access they think they
cannot use it as for some reason in their heads it is harder to click
a button using a ms access app than to click a button using a non ms
access app. (PS if you hadn’t caught on my staff are incompetent and
need to be shot several times in the back of the head.) So hiding the
ms access window and using the popup property allows me to trick them
in to believing it is just as easy i.e. I don’t tell them it is a ms
access app.

In doing this now that there is no container to hold all the forms
that open one another depending on their function and I am wondering
which would be a better practice in using Multiple.

1. Would the better practice be to show and hide forms as they open
and close? i.e. the switchboard opens another form then I hide the
switchboard and when that form closes I show the switchboard again.
2. Or would the better practice be not to hide any forms and just use
modal property as I have been doing up until now?

All opinions will be much appreciated into making a decision on best
practice.

Regards
Kelvan