And, if you want to be as cool as 4Gomez' hair

, run this query:
UPDATE jos_contact_details SET jos_contact_details.telephone = "<a href='skype:+1-" & [telephone] & "?call'>" & [telephone] & "</a>"
WHERE (((jos_contact_details.telephone) Not Like "*skype*"));
You will have to make the telephone field something like 60 characters.
If you are smarter than I am, write a function so that we don't have to hack the database to accomplish this.
Then you will be a hero to your people, because the Contacts will have skypeable phone numbers.
Enjoy!
Ken
Post edited by: kenlyle, at: 2008/02/03 14:12