copy data

R

Roger Carlson

Assuming you have two textboxes: Text1 and Text2. In the AfterUpdate Event
of Text1, put:

Me.Text2 = Me.Text1

However, a better question is: why would you want to do this? There are
very few legitmate times when you want to duplicate values. If it is stored
in one field, you can simply use this value in a query or form or report
without storing it a second time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top