Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ListBox Items Open Windows

Status
Not open for further replies.

RAxel

MIS
Sep 8, 2005
121
US
I have a listbox with information in it, in two columns. The information is the Folder Path and Subject which represent unread bulletin board messages. It looks like this:

Folder Path Message Subject
\Public Folders\Bulletin Board Newsletter
\Public Folders\Bulletin Board Article
etc.
.
.

What I want is to be able to click on a row and have the respective message open. So, I click on the first row, I want the newsletter bulletin board message to open up.

How do I do this?

Thanks.
 
Create a form displaying what you want, then in your click event open the form and set the filter. The wizards should help you with both of those tasks I think.
 
So, there's no way to open up the message itself from Outlook? I'd have to create my own form and then filter all the messages?

If I do that, then after they view the message, would it be reflected in Outlook as 'Read' instead of still being 'Unread'? And what wizard are you talking about? =)


Thanks.

P.S. Sorry for asking so many more questions.

 
I just figured out a way to open up the bulletin board message itself from the listbox. But thanks for your response PCLewis.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top