Access Form query

  • Thread starter Thread starter tjr
  • Start date Start date
T

tjr

How to transfer contents of one field to another field in the same form?
 
You could use the AfterUpdate event of the field you are transferring by
using the following code
me!field_transfer_from=me!transfer_to
Allan
 

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

Back
Top