ok so im wanting to get list of all users from Active Directory and display in Word 97 drop downlists.
I found the following post which is similiar and helpful
my question is:
has anyone been successful in doing something similiar?
im managed to query active directory and return data. should i be doing this each time the forms are loaded? seems abit excessive?
or on Word startup or another trigger eg on login script should I do an active directory query, and store data in an excel file or txt file. – to then be used and called throughout the
words session
I suppose either method the data is going to be retrieved.
Im just wanting the fastest method
my other concern is if Word crashes, there maybe multiple sessions of winword.exe – which may effect code running during the AD data retrieval
Im not sure about the data retrieval/storage process?
many thanks
diana