Add a custom lookup dropdown field in add/edit page

I have this dropdown fields whose value i want to update from another dropdown field in the add/edit page. The real issue is the this dropdown field is not link to data from the tcorresponding table. How can i go about that??

Hi @mcjohn137

You can use javascript click events and use if else or switch statement.

Thanks,