I have a main form that allows the user to select a workorder from a combo box. This will filter my continuous subform below it. I then want the user to enter any parts used for this work order. Here is the problem. The user can select an existing part or enter a new one(but I do not want the new one to be added to my parts table, just add it to this particular work order). I orginaly thought that I would have a bound text box for the part number and an unbound combo box with a list of parts. I would let the user enter a part in the text box or select one from the combo and fill the textbox with the selection. This obviously does not work because the combo box is unbound and on a continuous form.
Soooo, my other idea was to get rid of the combo box. Keep the part number text box and put a button next to it that says "Select an Existing Part". This would popup a form with all the parts from the part table and allow the user to select one. Then the form would close and fill the part number text box with the selected value from the form. Is this crazy? Impossible? Anyone know how to do this or have a better way? I am attaching my database. The main form is frmPartsUsed and the subform is subfrmPartsUsed.
Soooo, my other idea was to get rid of the combo box. Keep the part number text box and put a button next to it that says "Select an Existing Part". This would popup a form with all the parts from the part table and allow the user to select one. Then the form would close and fill the part number text box with the selected value from the form. Is this crazy? Impossible? Anyone know how to do this or have a better way? I am attaching my database. The main form is frmPartsUsed and the subform is subfrmPartsUsed.