Hello. I am trying to make my life easier by using data from one table, then adding some additional text boxes to the form to contain other information that another table requires.
I have created a form that has some bound text boxes (displays the data from the table work pack register)and some that are not bound because these are the additional text boxes for the information required in the other table.
Then i would like to add a button that sends all the data to the table document which is a table that exists in another database but I have linked it to the database i am working in. I am creating this so that I don't have to retype all the data when most of it already exists.
Can anyone help me with this? I have looked and found some examples but none that work for me.
I just need help with the code for the button.
I have created a form that has some bound text boxes (displays the data from the table work pack register)and some that are not bound because these are the additional text boxes for the information required in the other table.
Then i would like to add a button that sends all the data to the table document which is a table that exists in another database but I have linked it to the database i am working in. I am creating this so that I don't have to retype all the data when most of it already exists.
Can anyone help me with this? I have looked and found some examples but none that work for me.
I just need help with the code for the button.
Comment