This one is pretty simple; I have a form with multiple text boxes, and I need a piece of code that immediately copy pastes the content of one textbox into another as the user types into the first one.
Why would the value need to be placed in a second spot from where you are typing it? That throws up a red flag for me as a potential normalization problem. Perhaps???
@ boblarson, I want to add new records in two tables simultaneously without having to use a subform in my original form. Is there a better way to proceed?
This is one of those situations where just answering your question brings up more questions. This brings us back to Bob's observation. Why are you needing to add the same information in another table? Normally you would not need the same information entered into more than one table. You might need to look at the normalization of your database? Please explain a little more exactly what you are doing.
I think and hope it is better to share frankly when we take advise. The ultimate result shall be fruitful for everyone especially the "New" users many like me would be benefiting from these conversations.