rodrunner79
IS-IT--Management
Hey guys, it's me again.
Question, if I had a form that has no record source (a table/query bound to it) and one of the controls (textbox) has a value I want to write to a table in the database, how do I do this?
For example:
A user open's a form (frmForm1), the form has a control called txtBox1, and a command button called Save. Now the user inputted "Hello" on txtBox1 and clicked Save. What I want the command button to do is when clicked I want it to write the value of the txtBox to a table (tblHello).
Note: The form's record source is not bound to tblHello.
Question, if I had a form that has no record source (a table/query bound to it) and one of the controls (textbox) has a value I want to write to a table in the database, how do I do this?
For example:
A user open's a form (frmForm1), the form has a control called txtBox1, and a command button called Save. Now the user inputted "Hello" on txtBox1 and clicked Save. What I want the command button to do is when clicked I want it to write the value of the txtBox to a table (tblHello).
Note: The form's record source is not bound to tblHello.