Hey all,
I have a table called “Contacts” which contains the following columns:
Mailing Address 1
Mailing Address 2
Mailing City
Mailing State
Mailing Zip Cod
I have another table called “Leads” which contains the following columns:
Lead Address 1
Lead Address 2
Lead City
Lead State
Lead Zip Code
I want to create a button that runs a script to copy the address info from the related Contacts row to the Lead Address, in cases where the lead and mailing address are the same. I have no experience using the scripting block.