I am entering parts into a repair.
I have a combobox to select the part, then the textbox for description is automatically filled, then I enter the quantity.
I have an unbound listbox that displays the records that I entered based on a query.
I have this all set up so I can add and delete just fine. What I want to do is select the record by dbl click from the listbox and have the part number, description, quantity boxes fill with that record so I can change the partnumber or quantity if needed.
This is all on the same form. I am not using subforms. (tried and couldn't get it to work)
If I need to, I can use it like it is and if an error is made entering the part, I can delete it and reenter the correct part. This is just for convenience.