I've got a simple table with 3 relevant fields: ID (autonumber), ParentID, and PartType. I have a form that lets me create a new part. The form has a combo box for each PartType, and these combo boxes list out the respective available IDs that do not have a ParentID yet.
What I want to do is create a button that will populate the ParentID field of each of the selected available IDs with the newly created ID.
So, I click on the form to create part 23. cboBox1 shows me some available IDs of PartType:1, say I select Part ID: 22. I want the form to update the Parent ID field of Part 22 with "23".
Any help would be grand.
Thanks,
GT
What I want to do is create a button that will populate the ParentID field of each of the selected available IDs with the newly created ID.
So, I click on the form to create part 23. cboBox1 shows me some available IDs of PartType:1, say I select Part ID: 22. I want the form to update the Parent ID field of Part 22 with "23".
Any help would be grand.
Thanks,
GT