We have an MS Access database which stores certain information related to a client, and use Interwoven to manage all the documents for that client. I created a button that allows a user to select the corresponding Workspace from FileSite, and we use that selection to run Mail Merges, so that documents can be automatically profiled into the correct Workspace.Anyway, I would like to give the user the ability to click on a button from within the Database and have it switch them to Outlook and automatically select and open the corresponding Workspace. Has anyone done this before, or does anyone have an ideas on how to best implement this?Thanks!
In Outlook, when you do a Workspace Search the user does a search, gets a list of Workspaces, then selects a Workspace which is put under Recent Workspaces and then selected.I would like to replicate this behavor from another application (MS Access), basically doing three things:1) Add a Workspace to Recent Workspaces2) Switch user's focus to Outlook3) Select (and possibly expand) the newly added Workspace under Recent WorkspacesThank you