I have a form with two txt boxes A and B. Is it possible to attach some fairly straight forward code to the onclick event of a button that will copy the contents from txt box A to txt box B?.
Thanks in advance.
Thanks for the quick reply. I used the expression builder for the onclick event of the button and it placed the following code in for me.
=[TextA]=[TextB]
but this didn't work, what have i missed (i'm new to programming).