On this page I have a Detail View with information pulled from an inventory database. This detail view is used to add new entries to a table that tracks repair history. What I want to do is have it so that when I insert a new entry into that table it inserts a value for the field called asoc_Spare. asoc_Spare should be the primary key from another table that contains and cataloge of all the available spare parts. I have a custom template setup for the asoc_Spare field so that the user sees a gridview within the detailview that is a list of all the available spare part assets. I would like for this app to work where the user selects an item from the gridview and then when they hit insert on the detail view it inserts the primary key of the selected item in the gridview as the value for the asoc_Spare. I am very new to all this so its no suprise that this is over my head. The first ...
Go to the complete details ...