Using query result to create new feature

1676
0
06-15-2012 01:13 PM
AmandaHutsel
New Contributor
I have two point feature classes, called "parcels" and "grant".  The application has a form in which the user enters in attributes for a new feature that will be added to the "grant" feature class.  One of those attributes will be a parcel number.  I would like to query the "parcel" feature class using the entered parcel number.  The query results will return an outField of "OWNER_ADDRESS".  I would like to use the location of the "parcel" point, add to it the other attributes that were entered into the form (grant_Program, date, name, etc.) and OWNER_ADDRESS, then save it as a new feature in the "grant" feature class.

I know how to query the "parcels" layer, but am not sure how to code the rest of this functionality.  Any help, including code, would be of great help.

Thanks,
Amanda
Tags (2)
0 Kudos
0 Replies