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

Please Help... I new



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 1st 06, 09:04 PM posted to microsoft.public.outlook.program_forms
bitterdine
external usenet poster
 
Posts: 1
Default Please Help... I new


Receive requests

I need to create a method or system to track advertising and receive
requests or advertising in outlook... I think contacting me by email
would make it easier to explain my concept... Other wise I will confuse
myself and others who may read this.

I'm hopping somebody can help.


Thanks
Miea


--
bitterdine
Posted from -
http://www.officehelp.in

Ads
  #2  
Old August 2nd 06, 03:58 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Please Help... I new

This is a peer-to-peer forum where people who have questions about developing Outlook custom forms can get those questions answered. Responses are posted in the forum.

--
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

"bitterdine" wrote in message ...

Receive requests

I need to create a method or system to track advertising and receive
requests or advertising in outlook... I think contacting me by email
would make it easier to explain my concept... Other wise I will confuse
myself and others who may read this.

I'm hopping somebody can help.


Thanks
Miea


--
bitterdine
Posted from -
http://www.officehelp.in

  #3  
Old August 2nd 06, 09:08 PM posted to microsoft.public.outlook.program_forms
bitterdine
external usenet poster
 
Posts: 1
Default Please Help... I new


Thanks Sue,

I took a look at your book at Borders Books... Wow there is a lot of
stuff in there. I'm not a programmer so this is all seems way over my
head... but I desperately need a solution.

I'm in deep SH** co workers have figured out they can pass off their
issues on to my department... It comes down to There is no records or
accountability for me to back my counter claims of requests and
submissions that were filed. I’m simply the fall guy. So I need to
Cover my A** and document everything. Having a policy to request ads
by filling out a form will eliminate any discrepancy. But will also
allow me to track all of my current ad insertions if senior management
wants to see what we have done or what we will be doing.

I’m looking to build a form within outlook for my co workers to request
advertising materials from me. Once I get that request, I want the
control to post it in a tasks timeline view by simply booking it with
the form information provided to me via the request. AKA (ad due
date,Ad reservation date, Ad running start date and ad running end date
and where it's to run.)

I would like to post it so everybody can see their request and all the
information I create pertaining to it via a restricted task timeline
view. They will be able to see their ad, where it is running, how
long and cost. If there is an error it’s their error because it
exactly what they submitted.

I also would like a response notice for that ad going back to them with
the specs, times, cost and other info pertaining to it.

For myself I would use the form to create records of what ads I am
running, where, how long and cost with out receiving a request. There
are times I just push ads with out having them requested. It would be
great to generate a Notice with the specs going out to my stores in
that instance. I figure the original request form would work with minor
adjustments. I've begun building the form for the request, it has the
elements I am looking for but the actual functionality and coding is
not working. Picking apart the templates has allowed me to get where
I’m at now.

A little background…I’m using the business contact add-on for outlook.
I set up the branch stores I service as the Accounts and the Managers of
those stores act as the Primary contacts linked to that accounts. In
the request for Advertisement form I would like the contact information
fields to self populate with information from the business contacts
depending on which branch is requesting the information. A date/time
picker with the ability to add a couple of days to it would be handy…
It would force anybody who requests an ad to get it to me on time.
Rather than giving me the request the same day it is due to the
printer.

Where do I start?

Sorry this is a bunch of stuff… after reading several posts I noticed
that most here post their problem code and you recommend how to fix it.
I don’t have any code only Ideas of how my system would look and
function.

Any help would be HUGE… my thanks everybody for reading this.
Miea


--
bitterdine
Posted from - http://www.officehelp.in

  #4  
Old August 2nd 06, 10:21 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Please Help... I new

You need to start by determining whether you have even the minimum requirements to accomplish what you want to do. As a practical matter, that means

a) the ability to compel other people to use your request form
b) the ability to publish your form to the Organizational Form on the Exchange server or to a public folder (where you can compel people to create their requests)
c) control over a public tasks folder where you can maintain the accepted requests

Note that in (c), there is no way to prevent everyone from seeing everyone else's requests.

I would suggest that you start with some of the form walkthroughs linked from http://www.outlookcode.com/d/forms.htm, if you haven't done those already.
--
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

"bitterdine" wrote in message ...

I’m looking to build a form within outlook for my co workers to request
advertising materials from me. Once I get that request, I want the
control to post it in a tasks timeline view by simply booking it with
the form information provided to me via the request. AKA (ad due
date,Ad reservation date, Ad running start date and ad running end date
and where it's to run.)

I would like to post it so everybody can see their request and all the
information I create pertaining to it via a restricted task timeline
view. They will be able to see their ad, where it is running, how
long and cost. If there is an error it’s their error because it
exactly what they submitted.

I also would like a response notice for that ad going back to them with
the specs, times, cost and other info pertaining to it.

For myself I would use the form to create records of what ads I am
running, where, how long and cost with out receiving a request. There
are times I just push ads with out having them requested. It would be
great to generate a Notice with the specs going out to my stores in
that instance. I figure the original request form would work with minor
adjustments. I've begun building the form for the request, it has the
elements I am looking for but the actual functionality and coding is
not working. Picking apart the templates has allowed me to get where
I’m at now.

A little background…I’m using the business contact add-on for outlook.
I set up the branch stores I service as the Accounts and the Managers of
those stores act as the Primary contacts linked to that accounts. In
the request for Advertisement form I would like the contact information
fields to self populate with information from the business contacts
depending on which branch is requesting the information. A date/time
picker with the ability to add a couple of days to it would be handy…
It would force anybody who requests an ad to get it to me on time.
Rather than giving me the request the same day it is due to the
printer.

Where do I start?

Sorry this is a bunch of stuff… after reading several posts I noticed
that most here post their problem code and you recommend how to fix it.
I don’t have any code only Ideas of how my system would look and
function.

Any help would be HUGE… my thanks everybody for reading this.
Miea


--
bitterdine
Posted from - http://www.officehelp.in

  #5  
Old August 3rd 06, 12:07 AM posted to microsoft.public.outlook.program_forms
bitterdine
external usenet poster
 
Posts: 1
Default Please Help... I new


Thanks again

Well I can say yes to a,b and c. I have the authority to and access
rights to the exchange server once its been placed on it... I've
already talked to IT regarding just that. As far as other seeing the
requests that's not an issue. As a process I can mandate that if they
want ads then they need to follow this my process. I have seen the
walkthroughs yet but will today and tomorrow. I'll see if it sheds
some light on my project.

Thanks for your insight.


--
bitterdine
Posted from - http://www.officehelp.in

 




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 07:08 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.