We are hoping to anonymously track parking behavior in several two-hour parking areas by reading license plates at various times in a day and recording how often individual vehicles move. I believe we should be able to do this with python code that reads each license plate and saves it as a variable containing random characters. Then, if is reads the same license plate later in the data set, it will "remember" it and change it to the same set of characters. We should do this for both the "State" Field and the "Number" field. I think I should be able to do this in the field calculator.