HT1245 copy contact from all to personal address book

Whenever someone sends contact details to my iPhone, Contacts defaults the save to All Contacts, but won't add the contact to my personal address book.  How do i copy a contact from the All Contacts directory to my personal address book using the iPhone only?  Thus far it has been necessary to sync contacts through iTunes and then copy the vcf, but there must be an easier, more direct method … surely there must …
Can someone help please?
Many thanks

Ninety five percent of my customers are real estate agents. So have been hanging on to their 10-12 year old XPs. Ones with Outlook kept using it with the Win7 upgrades or new machines.
I did import one Outlook.pst file with lots of grouped addresses recently while it was still on the XP machine and didn't have this problem with it. Copying the TBird profile to Win8.1 was not a problem.
I suppose it is only characterized by OE and since OE is going away perhaps best to just forget the problem.

Similar Messages

  • How do I move/copy contacts from Entourage to iCloud Address Book without creating duplicates? Address Book on Mac, iCloud, iPhone and iPad is now empty

    How do I move/copy contacts from Entourage to iCloud Address Book without creating duplicates? Address Book on Mac, iCloud, iPhone and iPad is now empty

    Thank you for letting me know!
    Going to give it a go. Had a back up of all my clients files stupidly not my software as I have the originals disks. Just realised that amongst the software is ibiz and have lost al my accounting and billing files for the last 7 years want to cry so losing my contacts now will really tip me over the edge!
    Fingerscrossed this works!

  • I'm trying to import contacts from Outlook to mac address book. I've exported as a CSV but when i try to open with the Address book import tool, the file is greyed out and can't be imported

    I'm trying to import contacts from Outlook to Mac address book. I've exported as a CSV but when I try to open with the Address book import tool, the file is greyed out and can't be imported. Any ideas? 
    Thanks,
    Ian

    If you can't get the exported .csv file to work you might consider using Migration Assistant: http://support.apple.com/kb/HT2518, particular if you need to move more than just your contacts.  There is some granularity in the options on what to transfer but I'm not sure if you can choose to just your migrate contacts.

  • How do I import my contacts from iCloud onto my address book on my mac?

    How do I import my contacts from iCloud onto my address book on my mac?

    Hi veganqueen,
    If you already have your contacts in iCloud, you should be able to turn it on within the iCloud preference pane, as noted in the article below:
    OS X Yosemite: Change iCloud feature settings
    Regards,
    - Brenden

  • Address books. I am using one titled Mac O/S, but when I save a contact it goes into personal address book instead. Use O/s address books checked in menu. Thank

    I would like to use only one address book. When I star a contact, the address goes to the personal address book, despite the OS address book being specified in the menu. How can I transfer a name from the personal address book to the OS inbox. Can I delete the personal address book? Or transfer the contacts, then eliminate the OS address book? Many thanks. New user.

    Personal and Collected address books are the default books and cannot be removed.
    You can select all the contacts in the MAC book and move them to the personal book.
    Select one contact in the MAC book. Press control+a to select all. Drag them to the personal book and drop them there.
    You can click the star a second time when adding a contact to open the edit dialog box and select a different address book from the drop down list.

  • Add contact from Mail directly to Address Book group?

    I am aware of adding a contact to Address Book by Control-clicking the email address, however I would like to add an address directly from Mail to an Address Book group. How is this done?

    You first need to open the message(s) that have the addresses you want to add to Address Book, then select the Add Addresses… script from the Mail Scripts folder listed in the Scripts icon in the menu bar (you can activate this by launching the AppleScript Utility.app program in HD/Applications/AppleScript and check the box labelled "Show Script Menu in menu bar" if it isn't already there).
    The script will launch and gather the information it needs about those messages, including the To: and From addresses and present them to you in a window; you need only check which ones you want to add and select the group you want them to go to from the drop-down menu it has and click Add or Okay, or whatever it has listed there to execute the script.
    Rinse and repeat for each different group of messages you want to add to a specific group.
    Mulder

  • Moving contacts from Microsoft Outlook to Address Book

    Could someone help me, I'm a very new MAC user and would like to import my contacts from my Outlook files from my PC to Address Book on my iMac?

    Ahhh - and then is there a way to keep them in synch automatically ?
    d

  • Itunes sync erased ALL contacts from my phone and address book empty

    So I must have chose something wrong when I ran a sync and it erased my address book from my iPhone.
    What do I need to check or change before my next sync to make SURE all my address I re-entered on my iPhone are synced with address book on mac instead of mac overwriting my phone and wiping them all out again?
    Thanks in advance!!!
    Patrick

    I am VERY dissappointed that the alleged 'smart' operation of iTunes sync would so nonchalantly and impulsively erase ALL the contacts on my iPhone.  Can't it at least WARN YOU... "Hey, I'm doing something that most likely 99.9% of people doing this don't want to do, but, screw you, I'm going to do it all the same" -- bye bye contacts.

  • How do u delete a contact from a group in address book?

    I have been on address book help and have found where it clearly explains how to remove a contact from a group? Problem is the program will not highlight the option in the edit menu to perform this action...what gives???

    In your address book on the iMac drag the contact to the All on My Mac section.
    Check that section to make sure the contact copied there correctly. Next remove it from the iCloud section and thus from your other devices.
    OT

  • How to import contacts from iPhone to Macbook Address Book...?

    Whenever I go under
    iTunes > Info > Sync Contacts
    It tries to import my empty contact list ON my mac to my iPhone, rather than import my iPhone contacts onto my Mac. How do I import my contacts into my address book?
    Please be specific, because from my previous research on how to do it.... it was a very vague explanation.
    Thank you!

    Without a unique contact in the macbook address book, it will delete all the contacts from the phone. You must have a unique contact in the macbook to trigger the merge response from iTunes when you go to sync. Also, make sure you take the time in iTunes preferences to put the checkmark where it says Prevent iPods, iPhones and iPads from syncing automatically. That way you have complete control over the sync process.

  • Script to import contacts from CSV file into Address Book

    Hi,
    I am wondering if it would be possible to import contacts from a CSV file into a group in Address Book using applescript, and if so, if anyone is aware of a script that does this or something similar.
    I have a CSV file with three columns 'First Name', 'Last Name' and 'Email Address'.  I would like these to correspond with  'First', 'Last' and (Work) 'Email' in Address Book.
    Ideally the script would also check to see if entries already exist for the people being imported, but this is less crucial.
    Thanks in advance for any assistance,
    Nick

    Hi,
    Test this on a very small csv file (four or five contacts) to see if it works for you. It will not de-duplicate. You don't give the name of the group, so you'll need to replace Name of group in the second line with your group name, enclosed in double quotes.
    --begin script
    set the_people to read (choose file with prompt "Choose your CSV file")
    set the_group to "Name of group"
    set old_tids to AppleScript's text item delimiters
    set AppleScript's text item delimiters to ","
    set par_count to (count paragraphs in the_people)
    repeat with x from 1 to par_count
              set next_par to paragraph x of the_people
              set first_name to text item 1 of next_par
              set last_name to text item 2 of next_par
              set e_mail to text item 3 of next_par
              tell application "Address Book"
                        set nu_person to make new person with properties {first name:first_name, last name:last_name}
      make new email at end of emails of nu_person with properties {label:"Work", value:e_mail}
                        add nu_person to group the_group
      save
              end tell
    end repeat
    set AppleScript's text item delimiters to old_tids
    --end script
    Watch out for bad line breaks in the lines beginning "set nu_person..." and "make new email..."

  • How do I move contacts from phone to Mac Address Book

    I just bought an iPhone 4 and they moved my contacts from my Blackberry to the iPhone OK.
    Now I want to move the contacts from the iPhone to my Mac Address Book.
    I'm afraid if I sync the phone with a blank Address Book it will erase the contacts on my phone.
    Please help me.
    THanks
    I'm soooooooo glad to get rid of my Crackberry

    Thank you for letting me know!
    Going to give it a go. Had a back up of all my clients files stupidly not my software as I have the originals disks. Just realised that amongst the software is ibiz and have lost al my accounting and billing files for the last 7 years want to cry so losing my contacts now will really tip me over the edge!
    Fingerscrossed this works!

  • How do I upload contacts from iPhone to Mac Address book

    I recently purchased both an iPhone and MacBook Pro. I have all my contacts in my phone, and want to sync them with address book on the mac. But when I go to Address Book on the laptop to import, the iPhone is not listed under devices. How do I access/sync the contacts from my phone?

    iTunes handles the sync. Post in the iPhone forums.

  • Need to sync contacts from an old Desktop address book on Bold 9650

    Not sure if this is the right forum for this, but here goes!
    I have a user with a Bold 9650 that has two Desktop address books on their device:
    - 1 from the old enterprise activation at a previous company that we saved and restored
    - 1 from the current activation that is correctly syncing with Exchange
    For the old one, they want to pull in about 800 contacts sitting there and get them syncing with Exchange.
    Quesiton is how do I do this? I can't seem to back up the book and restore it over the current, and I can't otherwise seem to access it in a way to do this.  I know there must be a way, so any hints would be great!
    Desktop 6 is installed on their system, and I do have admin access to the BES Server, etc if need be.

    Hard Reset the new Treo so it's completely erased.  Perform a HotSync, and when Palm Desktop asks you to "Create a New Account, or use an Existing One?" choose "Existing" and pick the HotSync name of your old data.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • How do I change the default address book from the Personal Address Book?

    Whenever I click on an email address from within an email and ask to add it to my address book, the contact is added to Personal Address Book. How do I change that so that new addresses will be added to another book?

    I do not know of a way to change the default but after you click the star beside the address to add it to the address book, click the star a second time to open the edit dialog box. There is a drop down list of your address books to make the change there.

Maybe you are looking for

  • Need to add field in the standard screen

    Hi As per my requirementn  we have to add one field in the Material master(MM01/MM02). Mentioned path below. MM01/MM02)-->  MRP1 tab --> in the MRP areas > click on MRP AREAS button>Pop will come with MRP AREA --> double cleck on entry > MRP area scr

  • Poor quality downloaded photos

    Hi all, Can anyone explain me why photo's taken with my N96 look good as thumbnails in any viewer - I have tried several to see if the difference is caused by that ( Windows Picture Viewer, Visere, Irfanview etc) - but come out very lousy when enlarg

  • Occassions where Mac Pro refuses to Shut Down/Restart

    I have a Quad 2.8 Mac Pro (Early 2008) and have been frequently running into a problem where both Leopard (and now Snow Leopard) refuse to close my programs and shut my computer down when I ask it to. This started roughly 4 months ago and started as

  • AccessControlException when using jnlp allpermissions on Solaris 10

    Hi all, A user of our free webstartable product yEd: http://www.yworks.com/products/yed running Solaris 10 x86: $ java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (

  • Problem using Message-Selector

    Hi, out client-application subscribe to a JMS-topic on OC4J (9.0.3) using the following code TopicConnectionFactory oConnectionFactory = (TopicConnectionFactory) ctx.lookup("jms/MyTopicConnectionFactory"); oConnection = oConnectionFactory.createTopic