Access Form query

A

Allan Murphy

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
 
Top