Are you looking to append the txtbx information to a certain field in the table that is already contained within an existing record, or are you looking to create a new record with this information?
The methods that come to mind for something like this...
* Set the recordsource of the form to the table, and set the txtbx controlsource to the field.
* Db.Execute method.
* DoCmd.RunSql method.