How to move data from one field to another

  • Thread starter Michael Ray Brown
  • Start date
M

Michael Ray Brown

Having modified a Form Region to include an additional field, I now need to
move some entries from one field to another. Is there a way to do this for
a group of contacts I have selected, perhaps by means of a script? I dread
having to laboriously move the data individually.
 
S

Sue Mosher [MVP]

The items you've selected are contained in the ActiveExplorer.Selection
collection. Loop over that collection, making changes to each item's
field(s), then save the item.
 

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