A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

can this be done with Outlook



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 14th 06, 03:07 PM posted to microsoft.public.outlook.program_forms
Ron Carruthers
external usenet poster
 
Posts: 1
Default can this be done with Outlook

Medical services business wishes to maintain an appointment database for four
technicians, linking Calendar to a patient database, hopefully in a public
contacts folder. Clerical staff would input appointments for four or five
technicians, inputting patient names from the public Contacts folder and
assigning them a time at fifteen minute intervals for one of four technicians.

Is Outlook with Exchange capable of this? Does this involve minor or major
development work? What textbooks best describe the necessary work?

Thanks

Ron Carruthers
Ads
  #2  
Old February 1st 06, 01:00 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default can this be done with Outlook

Yes, this can be done, probably without too much work. In addition to the book mentioned in my signature, you'll find links to others on my outlookcode.com site.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Ron Carruthers" Ron wrote in message ...
Medical services business wishes to maintain an appointment database for four
technicians, linking Calendar to a patient database, hopefully in a public
contacts folder. Clerical staff would input appointments for four or five
technicians, inputting patient names from the public Contacts folder and
assigning them a time at fifteen minute intervals for one of four technicians.

Is Outlook with Exchange capable of this? Does this involve minor or major
development work? What textbooks best describe the necessary work?

Thanks

Ron Carruthers

  #3  
Old February 1st 06, 02:42 PM posted to microsoft.public.outlook.program_forms
Ron Carruthers
external usenet poster
 
Posts: 2
Default can this be done with Outlook

Hello Sue

Thanks for your reply. I did purchase Thomas Rizzo's book. It will be a
challenging read for me!

Since my original post, my client's requirements have increased. They would
like to remove the personal calendar of some of the users and include an
integrated database with numerous additional fields of patient detail.

I talked with a local IT consultant professional who said it could not be
done without Access or some other database software.

We are currently looking at Customer Appointment Manager from Atlas Business
Solutions but the cost is putting my customer off. This uses an Access
runtime and has an appearance very much like Outlook with side by side
Calendars.

I would like to have spoken to someone with programming experience that
might give me a price on doing this with Outlook/EXchange if it can be done
now that the requirements are larger.



"Sue Mosher [MVP-Outlook]" wrote:

Yes, this can be done, probably without too much work. In addition to the book mentioned in my signature, you'll find links to others on my outlookcode.com site.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Ron Carruthers" Ron wrote in message ...
Medical services business wishes to maintain an appointment database for four
technicians, linking Calendar to a patient database, hopefully in a public
contacts folder. Clerical staff would input appointments for four or five
technicians, inputting patient names from the public Contacts folder and
assigning them a time at fifteen minute intervals for one of four technicians.

Is Outlook with Exchange capable of this? Does this involve minor or major
development work? What textbooks best describe the necessary work?

Thanks

Ron Carruthers


  #4  
Old February 1st 06, 03:18 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default can this be done with Outlook

It is not possible to remove any of the default folders from a user's mailbox, although it would be possible to:

1) Show a folder home page (web page) instead of the normal views of the Calendar folder's contents

2) Every time the user creates a new appointment in the Calendar folder, do something with that appointment (see the MAPIFolder.Items.Add event).

or

-- Use a custom appointment form in the Calendar to capture more information (but it would not be possible to display it on the calendar view itself, only in individual items)

I think you'll have a hard time getting anyone to quote a price without a detailed specification.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Ron Carruthers" wrote in message ...
Hello Sue

Thanks for your reply. I did purchase Thomas Rizzo's book. It will be a
challenging read for me!

Since my original post, my client's requirements have increased. They would
like to remove the personal calendar of some of the users and include an
integrated database with numerous additional fields of patient detail.

I talked with a local IT consultant professional who said it could not be
done without Access or some other database software.

We are currently looking at Customer Appointment Manager from Atlas Business
Solutions but the cost is putting my customer off. This uses an Access
runtime and has an appearance very much like Outlook with side by side
Calendars.

I would like to have spoken to someone with programming experience that
might give me a price on doing this with Outlook/EXchange if it can be done
now that the requirements are larger.



"Sue Mosher [MVP-Outlook]" wrote:

Yes, this can be done, probably without too much work. In addition to the book mentioned in my signature, you'll find links to others on my outlookcode.com site.

"Ron Carruthers" Ron wrote in message ...
Medical services business wishes to maintain an appointment database for four
technicians, linking Calendar to a patient database, hopefully in a public
contacts folder. Clerical staff would input appointments for four or five
technicians, inputting patient names from the public Contacts folder and
assigning them a time at fifteen minute intervals for one of four technicians.

Is Outlook with Exchange capable of this? Does this involve minor or major
development work? What textbooks best describe the necessary work?

Thanks

Ron Carruthers


  #5  
Old February 1st 06, 04:29 PM posted to microsoft.public.outlook.program_forms
Ron Carruthers
external usenet poster
 
Posts: 2
Default can this be done with Outlook

Thanks, Sue.

"Sue Mosher [MVP-Outlook]" wrote:

It is not possible to remove any of the default folders from a user's mailbox, although it would be possible to:

1) Show a folder home page (web page) instead of the normal views of the Calendar folder's contents

2) Every time the user creates a new appointment in the Calendar folder, do something with that appointment (see the MAPIFolder.Items.Add event).

or

-- Use a custom appointment form in the Calendar to capture more information (but it would not be possible to display it on the calendar view itself, only in individual items)

I think you'll have a hard time getting anyone to quote a price without a detailed specification.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Ron Carruthers" wrote in message ...
Hello Sue

Thanks for your reply. I did purchase Thomas Rizzo's book. It will be a
challenging read for me!

Since my original post, my client's requirements have increased. They would
like to remove the personal calendar of some of the users and include an
integrated database with numerous additional fields of patient detail.

I talked with a local IT consultant professional who said it could not be
done without Access or some other database software.

We are currently looking at Customer Appointment Manager from Atlas Business
Solutions but the cost is putting my customer off. This uses an Access
runtime and has an appearance very much like Outlook with side by side
Calendars.

I would like to have spoken to someone with programming experience that
might give me a price on doing this with Outlook/EXchange if it can be done
now that the requirements are larger.



"Sue Mosher [MVP-Outlook]" wrote:

Yes, this can be done, probably without too much work. In addition to the book mentioned in my signature, you'll find links to others on my outlookcode.com site.

"Ron Carruthers" Ron wrote in message ...
Medical services business wishes to maintain an appointment database for four
technicians, linking Calendar to a patient database, hopefully in a public
contacts folder. Clerical staff would input appointments for four or five
technicians, inputting patient names from the public Contacts folder and
assigning them a time at fifteen minute intervals for one of four technicians.

Is Outlook with Exchange capable of this? Does this involve minor or major
development work? What textbooks best describe the necessary work?

Thanks

Ron Carruthers


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.