How do I create a company-wide telephone directory?

U

Unique Charles

We have branches all over the world and I've been given the task of creating
a telphone directory to include name, job title and job description of all
staff in the varying locations, which can be accessed online at the touch of
a button or two. Is it possible to do this using any of Microsoft's
packages? If so, which one & how? Grateful for any help that can be given.
Thank you.
 
O

Og

Unique Charles said:
We have branches all over the world and I've been given the task of
creating
a telphone directory to include name, job title and job description of all
staff in the varying locations, which can be accessed online at the touch
of
a button or two. Is it possible to do this using any of Microsoft's
packages? If so, which one & how? Grateful for any help that can be
given.
Thank you.

If you have branches all over the world, then surely your company maintains
a database.
Write a SQL statement and query that database to obtain the requisite
information and output it as a report, or as CSV (Comma Separated
Variables), or as an Excel spreadsheet, or whatever your little heart
desires.
Steve
 
U

Unique Charles

Thanks very much Og. SQL is far too complicated for me! I'll have to get
our IT guy to give me a hand with your suggestion.
 
Top