I am tasked with extracting data from IBM Lotus Notes db's and inserting the data into Excel. Does anyone have familiarity with the following code:
searchFormula$ = "'((Form = 'ITAgentLogEntry') & ITLog_ConversationText = 'Sample Logging' )& '"
If so, can you provide assistance into the correct syntax for this, or any advice on its use? Thanks and any help would be greatly appreciated.
searchFormula$ = "'((Form = 'ITAgentLogEntry') & ITLog_ConversationText = 'Sample Logging' )& '"
If so, can you provide assistance into the correct syntax for this, or any advice on its use? Thanks and any help would be greatly appreciated.