Does anyone have the code for saving a text field created on the form to a table in the database? The field is called txtName and the table is called Person while the field in the table is called Name. I tried the insert into Person (Name) Value (txtName) as VBA but didnt work.