benu302000
Programmer
I've got a form that allows you to select a record out of a combo box. from there, I have a button to launch a new form that will pull data from a different table using the record from that combo box as the relation. What I want to do, is then, when the new form loads up, take the record from the old form and its table, and place it into the newer form, and its table.
The concept is, I have a database full of billets, and each billet also has a history, which is another table in the database. when the command button is pressed what, idealy, will happen is the record will be taken out of the billet table, and placed into the history table for that billet. I think I can do this with some VB either when the button is pressed, or the second form loads, but I don't know how to get in and dinker with tables and rows from VB. Does anyone know of a good FAQ or reference I could use for that? Or does anyone know perhaps just the basic objects I need to work with in order to get rows out of tables and compare values etc... thanks
The concept is, I have a database full of billets, and each billet also has a history, which is another table in the database. when the command button is pressed what, idealy, will happen is the record will be taken out of the billet table, and placed into the history table for that billet. I think I can do this with some VB either when the button is pressed, or the second form loads, but I don't know how to get in and dinker with tables and rows from VB. Does anyone know of a good FAQ or reference I could use for that? Or does anyone know perhaps just the basic objects I need to work with in order to get rows out of tables and compare values etc... thanks