I have a form in MS Access connected to one table. In the form I want to use a command button so when the user clicks it , it will copy the contents from one text box to another. I have tried to use the Me!txtname1 = Me!txtname2 but it doesn't seem to work.
Is there a good way to use a command button to copy data in a text box to another text box on the same form? Even if the data is not yet saved to the table. I know storing similar data in a table is not recommend, but in this case it will need to be done. Thank you.
Is there a good way to use a command button to copy data in a text box to another text box on the same form? Even if the data is not yet saved to the table. I know storing similar data in a table is not recommend, but in this case it will need to be done. Thank you.