Hiding a page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to hide a page based of a field in my table? and if so, how
do I accomplish this
 
I don't know where to put this, and I need to say if "field" is blank then
page is not visible
 
Where you put it depends on what you're trying to do with it. The event
that you use will need to reflect the effect you require.

What's the scenario?
 
On the main page, I have a field named mip, if the mip field (there is text
in this field) is empty then "MIP" does not show on the main info page. I am
trying to put a tabbed page on the main form that will become visible if the
MIP "field" is visible on the main page, if the MIP "field is invisible",
then the page is invisible.
 
Back
Top