Thanks Dasa-
I've gotten the Attribute Inspector to display the correct information however, I cannot edit it. I'm guessing that this is because, the selection query is run on a feature layer of geometries and then the "key" is generated from the selected feature, once the "key" is generated it is used in a query on the table feature layer to select the related record in the table.
How do I use attrInsp_updateFeatureHandler function to update the that record in the table? In the attrInsp_updateFeatureHandler function, when it uses "event.feature.attributes.OBJECTID", what feature is this refering to, is it the feature layer feature originally selected by the click?
I've used "Alert.show(event.feature.attributes.OBJECTID)" to print this out to a window but it prints as "undefined". If this were to return the proper OBJECTID, I could just change this to my "key" and run the same query as above to select the related record in the table and edit it, correct?
Sorry for the book, and thanks for any help...
Jeremy