JustJosh478
MIS
Hello,
I seem to be beating my head against the wall on something I should know and something I know I've done before. I have a form that takes text box A and concatenates text box B to create text box C. I have the correct concatenation string showing up on the form so i know it's putting together the data right. Now, how do I take that information in the text box C and write back to the table? I currently have the record source as a query that just looks at my master table.
Would I have to add these new records to a temp table and use an update query to write these back to the master table? Isn't there an easier way?
I seem to be beating my head against the wall on something I should know and something I know I've done before. I have a form that takes text box A and concatenates text box B to create text box C. I have the correct concatenation string showing up on the form so i know it's putting together the data right. Now, how do I take that information in the text box C and write back to the table? I currently have the record source as a query that just looks at my master table.
Would I have to add these new records to a temp table and use an update query to write these back to the master table? Isn't there an easier way?