I have a client who would like the attributes of a newly added point feature to match the ones from the previous feature in the attributes list. If there are no previous features, they would be forced to enter new values.
Unfortunately, I don't even know where to start with this request. My first attempt was to turn on the popup of the attribute window, and to set default values for the feature class. However, this wasn't accepted as an end solution - the client would prefer the "prevous value" selection.
Should I do this as a macro? Using Pythonscript? VBA? .Net?
Under normal circumstances I am an ArcEngine/ArcObjects/VB.Net developer, so I am somewhat unused to working with events within ArcMap itself.
I am also working with version 9.3.
Any suggestions would be GREATLY appreciated!