LeanneGodney
Technical User
Hi there,
I'm aware of how to grab a notesitem or notesdocument in vba from access, but I'm unsure as to how to DISPLAY it for the user... If I'm storing the Notes ID in table I can use this to access the document:
Set DomSession = CreateObject("Lotus.NotesSession")
DomSession.Initialize
Set DomDir = DomSession.GetDatabase("0BMT00NA02/CHASE", "apps\cpcolt.nsf")
Set DomDoc = DomDir.GetDocumentByUNID("Hefefekei224450023")
But how do I then instruct Lotus notes to OPEN that document and display it???
Any help would be well appreciated.
Thanks!
I'm aware of how to grab a notesitem or notesdocument in vba from access, but I'm unsure as to how to DISPLAY it for the user... If I'm storing the Notes ID in table I can use this to access the document:
Set DomSession = CreateObject("Lotus.NotesSession")
DomSession.Initialize
Set DomDir = DomSession.GetDatabase("0BMT00NA02/CHASE", "apps\cpcolt.nsf")
Set DomDoc = DomDir.GetDocumentByUNID("Hefefekei224450023")
But how do I then instruct Lotus notes to OPEN that document and display it???
Any help would be well appreciated.
Thanks!