Wondering if someone can help me out. Upon click of an Add Card To Collection button I would like to save the values of two textboxes into the fields of a table. First of all the textboxes are filled when a record in a listbox is clicked through the control source property, and I would like to save the values the user enters into txtCondition and txtQuantity into a table named Collection with fields CardId, CardNum, Condition, Quantity. CardId is the primary key, however CardNum can be the same for different cards. CardNum would have to be inserted into the table as well, it was selected from my Cards table with a recordset. Not sure how too code with my primary key. I know this sounds kind of confusing but can some lead me in the right direction?
Thanks for the help
OM
Thanks for the help
OM