I’m just starting to play with Word forms. At one point, the user enters a name in a field (labeled “ASF_Name”). The form requires the ASF_Name value to be in another location, also. How do I get the second location (ASF_NameSub) to update so the user won’t need to enter it twice? (and so that ASF_NameSub is updated after it’s entered the first time?)
I tried to use some VBA in the ASF_Name Exit event. I do lots of Excel VBA, but I just can’t figure out the way to get the ASF_Name field’s value into the ASF_NAMESub location.
Errol