In a view the normal hierarchy is that there can be twisties but the final level is the document level that when you double click on it, the appropriate document will open. What I want to do is that at the document level of view when it is double clicked, it opens up a certain Notes database rather than the document itself, is that possible?
source.Documents will be a collection with the one document that is trying to open. Just set continue to false and exit sub and that should prevent the doc from opening, while you will need to add code to open the database.