I have two fields, "P_Area" and "PC_Area", whose sizes I'd like to compare in a third field, "Areas_Equal". The "Areas_Equal" field should contain a "Yes" if the other two are equal and a "No" if they aren't.
Could someone please tell me how I can do this with Field Calculator? In Python or VB. I've tried a both based on snippets I've found online, but I'm doing something wrong because I keep getting an error message.
Thanks in advance