I'm sorry...I didn't explain myself very well. I need the text box bound to a record, but i would like to use that record to create a new record, but with a different value in one of the fields "Project_number".
i want the new value to be the number that is typed into the "Project_Number" text box. I can get this done. the problem is, after i add the new record and update the form, the new value is saved to the old record. this leaves me with two records with the new "Project_Number"
Is there a way to change that form's text box without it saving to the table's record.
**I apologize if this is too confusing it's hard to explain.