Assistance with updating documents

I have imported an Excel spreadsheet into my notes app and now I need to use this data to update existing records.

I have 2 views: ImportLU and LUByPhoneNum, both have the first column sorted on the same field.

I need to go through the ImportLU view record by record, find the corresponding record in the existing view and then update just 2 fields, UpgradeDate and equipment.

I truly appreciate any assistance as my lotusscript is alittle rusty having been away for a couple of years.

Thanks. ronald.sorrell@jackinthebox.com

Subject: Assistance with updating documents

You’ll want to take a look at the documentation on the NotesView object–especially GetFirstDocument, GetNextDocument and Get DocumentByKey.

brandt