Use the CopyField macro to copy the value of one loan field into another loan field.
Parameters: |
|
|
|
|
|
|
|
Return Value: |
|
None |
|
|
|
Example: |
|
If Macro.Confirm("The borrower's address will be copied to the |
|
coborrower") Then |
|
Macro.CopyField("FR0104", "FR0204") |
|
Macro.CopyField("FR0106", "FR0206") |
|
Macro.CopyField("FR0107", "FR0207") |
|
Macro.CopyField("FR0108", "FR0208") |
|
End If |