I have a row with domains labeled Manholes. This has a drop down box with 3 options. In the same table I have another row labeled type of manholes. This has the same options as Manholes but instead of being a dropdown selection, it is just text. I need to move the information in "type of manholes" to "Manholes". I have tried to write a simple script which basically said "if type of manholes = a, then manholes = 1" but I cannot figure out how to get it to work. I am doing it in Python and have limited knowledge.
Thanks.