Hi,
I have the following lines:
Dim nablookupviewAdmin As notesview
Dim nablookupview As notesview
…
Set nabdb=New notesdatabase(servername, “names.nsf”)
Set nablookupview=nabdb.GetView(“($VIMGroups)”)
Set nablookupviewAdmin=nabdb.GetView(“(APMGroups)”)
How can I retrieve name of the admins in this view?
Thank you.
Mike Woo