Using Numbers as an Address Book?

I do not yet have iWork 08, but I was wondering if I can use Numbers as a second address book, with email, contacts and web pages etc. I would like to be able to copy and paste addresses straight into mail as you would from address book.
I am really just trying to separate my address book into work contacts versus personal, and with work contacts, I need to index them into several categories. I know I can do this with smart groups in address book, just looking to create 2 separate books as mentioned earlier.

As Pages is trying to "speak" to the AddressBook program, I assumes that it would not be a good track to duplicate the app.
My guess would be that you may solve the problem with an AppleScript allowing you to swap two sets of AddressBook data files.
The idea would be to:
enter the folder:
<bootVolume>:Users:<yourAccount>:Library:Application Support:AddressBook:
create two subfolders
one named "dataSet1" and one named "dataset2"
move the five files existing in the folder into "dataset1".
After that, launch AddressBook to build a new set of datas.
When this new set will be OK, move it into "dataset2".
This being done,
when you want to work with the first set, duplicate the contents of dataset1 into the standard folder
when you want to work with the 2nd set, duplicate the contents of dataset2 into the standard folder
Of course, before replacing a "set1" by a "set2" it would be safe to copy the set1 into dataset1 to protect the "recent changes".
It's a bit of trickery but it is a viable approach.
It's the way I would work if I was using Bento. Doing that, I would be able to use different documents to store different kinds of infos.
Yvan KOENIG (from FRANCE dimanche 1 juin 2008 16:03:30)

Similar Messages

  • Preference for not using middle names from address book in emails

    I have quite a few contacts that I have their middle names in my address book. When I type their name in a new email, their full name is displayed in the "To" field. I don't want the middle name to show up in my outgoing emails. I also don't want to delete everyones middle name from my address book. Are there any preferences or plugins that allow this behavior?
    I also have some contacts that I have nicknames for...the most glaringly obvious being "Mom" and "Dad." I don't want to send an email to my parents with their name in the "To" field. Is there a plugin or a preference for this as well

    Greetings,
    Sorry, but there's no way to do what you want. The only way to avoid using a middle name in the To: field is for you to delete that from your contact, and from the Previous Recipients list in Mail. The same would be true for those contacts where you have a nickname.
    But ultimately, the name use by Mail and Address Book would be determined by the recipient when they send you an email; if they use their full name, that's what Address Book will change it to.

  • How to Export from Numbers 09 to Address Book or print mailing labels?

    I need to know how to export contact information that is part of a Numbers sheet to Address Book and to be able to print mailing labels. I do not have to print from Address Book but do need to produce address labels. I've tried a number of things from the help menus in Numbers 09, Address Book, Word and Excel for MAC 2011. I probably just don't have a grasp fo what I'm supposed to do. Thanks much!

    nushuz,
    I can sympathize if you're having trouble following the directions. Address Book will reject what looks like a perfectly good CSV file if it doesn't like the data it finds inside.
    Here's what I have found to be the best way to create a CSV from Numbers for Address Book import...
    Drag an Address Book contact to a Blank Sheet in Numbers. That's a Sheet in which you have deleted the default table.
    This will give you a properly formatted table for conversion to CSV, and you just have to add all your contact data to the table you just created. Before you begin though, it's a good idea to Unhide all Hidden Columns, and there are probably many. Hover over any Column Label and click the menu triangle, selecting "Unhide All Columns", or words to that effect.
    After you have all your data situated in the table, Share > Export > CSV and then Import to Address Book.
    Jerry

  • How do I force Mail to use contact names in Address Book?

    I ~need~ Apple Mail to display sender names as I have them in Address Book. My students are Thai and have typed their sender names in Thai, so I can't recognise a thing. I've sorted all the names out in Address Book (in English) but Mail still displays sender names using the email default, rather than the names from Address Book.
    • Upon receiving new mail however, the message's sender name ~WILL~ show up as the name put in Address Book. HOWEVER, after viewing the message the name reverts back to the one specified by the email author!! After that I can't get the name to show up as the Address Book name!
    Is there a toggle somewhere? How do I force Mail to use the contact names from Address Book?

    Try unchecking this:

  • Having problems using mail merge from address book to word for labels

    I've downloaded and opened avery labels to word and would now like to merge an address book from my mac.
    When I get to the Mail Merge Manager and go to 'get list', my address book is not accessible.
    I'm sure there's a simple way to do this but have not been successful googling or using the help options on both
    pages and address book.
    Thanks in advance for any help you can provide.

    Hi shaun
    Looks like Pages '08 works the same as the previous version. You can't get data from multiple cards in one document. Try using Address Book's native label printing feature.
    Good luck!

  • TS4147 How do I get iCloud & iPhone to use the contacts in address book on desktop?

    using Max OS X 10.6.8 with an iphone4 and it cannot seem to get my phone to use the contacts I have in my address book on the desktop.
    tried selecting "replace contacts" on the iphone for the alst update and even scrubbing the phone from start but still it wants to use my old contact list (same on iCloud)
    help please.

    Hey jel177!
    It seems like you may need to turn off your iTunes in the Cloud features and download or sync the songs manually to your phone. Here is a link that can help you adjust those settings:
    iTunes Match - iPhone
    http://help.apple.com/iphone/7/#/iph6e2dfb83
    Then, you can use this link to find your purchases and download them to your phone:
    Download past purchases
    http://support.apple.com/kb/ht2519
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • Using map image in address book

    I would like to use a map image of a persons address as their photo in address book. I have done this before but have forgotten how to do it again. I click on a contacts address and it takes me to the pre loaded map app on my ipod touch. I want to save that map image into the photo image for that contact. How is it done???

    Pull up the Maps app and go to their addess
    Take a screen shot and edit as necessary
    In the contacts app tap Add Photo, or tap the existing photo. You can take a photo with the camera or use an existing photo.

  • Help with moving contact info using Apple Script in Address Book

    Hi folks,
    I wonder if someone can help? I imported a few hundred contacts via a Gmail created vCard into my Address Book. The problem is that instead of inserting the email addresses into one of the email fields for each record, it has inserted the email address into the Notes field as follows: "EmailAddress: [email protected]".
    I would like help to write an Apple Script that will search my contacts in Address Book, find those with "EmailAddress:" in the notes field, cut the email address that follows it, and pastes it into the Work Email field, carries out the operation for the whole address book and saves the changes.
    Can anyone help me write a script for this. I've not used Apple Script before so this will be my first attempt!
    Thanks in advance,
    ayworld

    This should work:
    tell application "Contacts"
      activate
              set thePeople to every person whose note contains "EmailAddress:"
              set {oldTID, AppleScript's text item delimiters} to {AppleScript's text item delimiters, ":"}
              repeat with thePerson in thePeople
                   set nn to thePerson's note
                    make new email at end of emails of thePerson with properties {label:"Notes", value:text item 2 of nn}
              end repeat
      save
    end tell
    It will leave the entry in notes and make the label of the new email 'Notes"
    Normally when I post an AppleScript like this I tell the user to test it out before using it on the actual data but in this case I don;t know how you'd do that given there is only one Contacts and only one Contacts database.
    Just make sure you have a backup just in case. I tried it here on some dummy entries in my Contacts and it worked OK.
    Again this totaly relies on the data you presented. The Notes field has to be in the format
    EmailAddress:[email protected]
    for this to work.
    regards
    Message was edited by: Frank Caggiano - If you select all the text in the box, then right click and select Make new AppleScript the script will open in the AppleScript editor. Just make sure you get all the text it is easy to drop the first or last char when selecting.

  • Is there a way to export data from a numbers worksheet to address book

    Is there a way to export data from a numbers worksheet to address book

    Yes.  Address Book provides help for this operation:

  • Using DropBox to Sync Address Book -- Mystery!

    I've read several postings online about using DropBox to sync AddressBook between two Macs. The process involves moving the AddressBook folder from Library/Application Support to DropBox on the primary Mac, deleting it from the folder on the secondary Mac, and then creating symlinks from the folder in DropBox to the Application Support folders on each of the two Macs.
    Seems both simple and logical. But I've been trying for a week and it almost works -- but not quite. I'm stumped.
    *The "Almost" Part*
    1) If I change or add a picture to a contact on one computer, the picture instantly syncs and appears with the contact on the other computer.
    2) If I edit a contact or add a new contact, DropBox activates on both computers and says that the data file has been changed on both machines.
    *The "Mystery" Part*
    Although the DropBox link appears to be active, and although both Macs are getting their information from the folder in DropBox (both have only symlinks in the Library), the data never changes. I can add a new contact on computer #1 and it never shows up on computer #2. I can change a phone number or a note on a contact on computer #2 and it never shows up on computer #1 -- despite the fact that the new picture for that contact syncs with no problem.
    Can anybody explain this? Since the two machines are sharing the same AddressBook folder in DropBox, and since the connection works well enough to update photos, why does the data never sync?
    All suggestions welcomed!
    +(And yes, I'm careful not to run the Address Book on both machines simultaneously -- so it's not an issue of two programs trying to access the same data at the same time. One is a desktop at my office, the other a laptop used only on weekends or while traveling when the desktop is off.)+

    Hi, I can't imagine what is doing it, but since nobody has replied yet, I'll throw this out...
    Have you tried "Look for Duplicate Entries..." in the Card menu?
    Might also see this...
    Remove duplicated field data in iCal and Address Book Apps...
    http://hints.macworld.com/article.php?story=20051217000214536&lsrc=osxh

  • How do I use AppleScript to export Address Book contacts?

    Here's what I want to do. I want to execute a series of AppleScript commands which will automatically export every contact I have in my Address Book to a vCards.vcf file (which will be in my Dropbox folder). The reason I want to do this is so I don't have to remember to manually export the contacts every time I change one.
    What are the AppleScript commands I need to run?

    quick&dirty, but it works 8-)
    -- hubionmac.com 06.02.2011
    -- quick&dirty script for exporting contacts as single vCards
    --exisiting vCards will not be overwritten by the script, instead new files will 
    --get an index like "John Smith 1.vcf"
    set doThese to getitem_2process(true)
    tell application "Address Book"
    set destination_path to choose folder with prompt "Destination folder for export:"
    repeat with doThis in doThese
    if first name of doThis is missing value then
    set firstname to ""
    else
    set firstname to first name of doThis
    end if
    if last name of doThis is missing value then
    set lastname to ""
    else
    set lastname to last name of doThis
    end if
    if (lastname & firstname) as text = "" then
    set namestring to "nobody.vcf"
    else
    set namestring to (first name of doThis & " " & last name of doThis & ".vcf") as text
    end if
    set namestring to my checknamewith_pdfsuffix(namestring, destination_path, false)
    my writeToFile((destination_path as text) & namestring as text, (get vcard of doThis), false)
    end repeat
    my display_message(((count of doThese) & " contact(s) exported") as text, 3)
    end tell
    on writeToFile(MacFilePathTxt, txt, add2eof)
    --lastedit 18.01.2011
    if add2eof is false then
    try
    do shell script "rm " & quoted form of POSIX path of (MacFilePathTxt as alias)
    end try
    end if
    set RefNum to (open for access file MacFilePathTxt with write permission)
    try
    if add2eof is false then
    write txt to RefNum
    else
    write txt to RefNum starting at ((get eof RefNum) + 1)
    end if
    close access RefNum
    return true
    on error
    close access RefNum
    return false
    end try
    end writeToFile
    to getitem_2process(askwhat)
    try
    tell application "Address Book"
    activate
    tell application "System Events"
    keystroke "0" using command down --show address-window not matter what...
    end tell
    if askwhat is true then
    set theaction to button returned of (display dialog "Process all or just selection?" buttons {"All", "Selection", "cancel"} default button {"Selection"})
    if theaction = "Selection" then
    set a to every person whose selected is true
    else
    set a to people
    end if
    else
    set a to people
    end if
    end tell
    on error msg
    error "error on getitem_2process" & return & msg
    end try
    end getitem_2process
    to checknamewith_pdfsuffix(n, D, looped)
    --check if filename exists in D
    -- so if "A File.pdf" exists it names it "A File 1.pdf","A File 2.pdf",...
    tell application "Finder"
    set thefiles to name of every item of (D as alias)
    end tell
    if thefiles contains n then
    if looped = false then
    set n to ((characters 1 through -5 of n) & " 1" & (characters -4 through -1 of n)) as text
    my checknamewith_pdfsuffix(n, D, true)
    else
    set tmp to (last word of ((characters 1 through -5 of n) as text) as integer)
    set tmpcount to (count of characters of (tmp as text)) + 5
    set tmp to tmp + 1
    set n to ((characters 1 through (-1 * tmpcount) of n) & tmp & (characters -4 through -1 of n)) as text
    my checknamewith_pdfsuffix(n, D, true)
    end if
    else
    return n
    end if
    end checknamewith_pdfsuffix
    on display_message(msgTXT, msgTimeout)
    tell application "System Events"
    set isRunning to ¬
    (count of (every process whose name is "GrowlHelperApp")) > 0
    end tell
    if isRunning = true then
    tell application "GrowlHelperApp"
    -- Make a list of all the notification types 
    -- that this script will ever send:
    set the allNotificationsList to ¬
    {"Status"}
    -- Make a list of the notifications 
    -- that will be enabled by default.      
    -- Those not enabled by default can be enabled later 
    -- in the 'Applications' tab of the growl prefpane.
    set the enabledNotificationsList to ¬
    {"Status"}
    -- Register our script with growl.
    -- You can optionally (as here) set a default icon 
    -- for this script's notifications.
    register as application ¬
    "Address Book" all notifications allNotificationsList ¬
    default notifications enabledNotificationsList ¬
    icon of application "Address Book"
    --Send a Notification...
    notify with name ¬
    "Status" title ¬
    "Status" description ¬
    msgTXT application name ¬
    "Address Book"
    return true
    end tell
    else
    activate
    display dialog msgTXT giving up after msgTimeout
    end if
    end display_message

  • Question about using numbers for an address spread sheet

    I am using numbers for a mailing address spread sheet. When I try to type in a Massachusetts zip code, once I hit "enter" the cell deletes the zero, which is the first number in the zip code.  How can I change this? Thank you

    to open the cell inspector use the menu item "View > Show Inspector" then select the "cells":

  • Addresses and numbers disapp from address book

    Hi iPhoners,
    A strange thing has happened to my iPhone/Contacts. A couple of days ago it turned out that all contacts are still on my iPhone, but the information on addresses and numbers has disappeared.
    A side effect is that all calls and text messages are coming from 'numbers' now, and do not contain any names, let alone pictures
    Any solution?
    The weirdest part is that my Mac Address Book still has all the information, just like Mobile Me has it all.
    Thanks in advance,
    Carlo

    Hello Quintsys,
    Since you have confirmed that the data on MobileMe's webserver is valid, deleting the MobileMe account from the iPhone, re-adding it to the phone and re-enabling over-the-air syncing for Contacts should resolve the issue by allowing MobileMe to push a fresh copy of the contact data to the iPhone. Before attempting any additional troubleshooting, I would suggest backing up Address Book and iCal on your Mac beforehand.
    This article has additional information that may apply as well:
    http://support.apple.com/kb/TS1672
    Charles H.

  • How do I import a numbers file to address book?

    I am trying to import a numbers file to my address book on the mac.  Please advise

    in Numbers 2.3, you would Drag a contact to a blank Numbers Sheet, creating a table with the proper format for going in the other direction. Fill in the data and Export to CSV. Import that CSV file from the Contacts File menu.
    In Numbers 3.0, I can't think of a way because it is no longer possible to drag a contact into the Numbers app.
    Jerry

  • I would like to make a directory using groups from my address book.

    How do you merge information from contacts in the address book with a document?

    With the current version of iOS on an iPhone there is no way to have a full screen contact picture. You can make a suggestion to Apple at http://www.apple.com/feedback/

Maybe you are looking for

  • IPhoto No longer recognizes Library on External Drive

    I am in (a little) trouble. I had my iPhoto library created and maintained on an external NAS drive, accessed through my Airport Extreme. For about 5 months, all worked fine. One recent day, my NAS was no longer recognized and I had to fiddle with so

  • Earphones / sound-quality advice. Shuffle has no equalizer!

    I actually find it painful to listen to an iPod without choosing either "increased bass" or "reduced treble" from the equalizer options. If I turn the volume up enough to get adequate bass and midrange for a workout, the treble is just piercing. When

  • Ini_trans and max_trans are not displaying on tables

    Hi Experts, When i am firing below query, It's not displaying ini_trans and max_trans. I know there are certain default values are set by oracle for these. SQL> select  table_name,ini_trans,max_trans from dba_TABLES Where table_name='MESSAGE'; TABLE_

  • Data Not Populating for report

    Hi, i am using Oracle BI Applications 7.9.6, i just loaded few sample data using universal adaptor. In "Financials GL - Budget and Expenses" subject area, there are two facts: Facts-Budget, Facts-Actuals. I could get the data with dimensions across t

  • IE 8 as well mozilla  crashing when i try to open an oracle application

    hi everyone, i have application which has been deployed on production..itz working fine is almost all the computers..only 1-2 computers are giving me this problem.. computer descriptionz windows xp using IE 8 or mozilla 3.6.12 jnitiator 1.3.1.22 i ha