How do you call a field value from one db into another db's field using LotusScript?

Trying to get one value into a field in one db from another using lotusscript.

Any ideas?

Subject: How do you call a field value from one db into another db’s field using LotusScript?

Yes, read the help file and learn about how to access a DB/document, and set field values.

Easier than trying to explain it here.

Subject: Read the help on NotesSession, NotesDatabase, NotesView.GetDocumentByKey & NotesDocument