Do not display other pages when form is sent

  • Thread starter Thread starter jeff.dale
  • Start date Start date
J

jeff.dale

I have a form that has 2 pages. one gathers data the other is the
actual message.

is there a way to hide the second page once the e-mail is sent?
 
You'd have to use code in the Item_Open (not Item_Send) to show/hide the desired page.

Why not just use one page with separate compose and read layouts?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top