View Single Post
  #4  
Old May 20th, 2010, 12:11 AM posted to microsoft.public.access.forms
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default should i hide a form or make it modal

Showing and hiding forms is a very common thing to do in programming.

One catch is that you can't show a form it if isn't already open and
hidden.
So I always include code that tests to see if the form is already loaded
before the line of code that makes that form visible.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia

"Lord Kelvan" wrote in message
...
i am thinking of changing it because it doesnt feel right (and i use
that term loosly) with the forms in modal and i am leaning towards
show and hiding forms and i am more wondering if that is an ok thing
to do from a programming point of view.

Regards
Kelvan