Designing a form for distribution, with link to (large) data sourc

Status
Not open for further replies.
K

ker_01

I usually play on the Excel VBA playground- I'm not afraid to learn, but I'm

relatively unfamiliar with the Outlook model.

We currently have some paper forms that I'd like to replace with Outlook

forms (if appropriate). I've done some basic reading, but I want to make sure

I design forms that will actually work as intended. Our needs basically fall

into two categories (examples below): (1) data that needs to be requested by

(and returned to) a central user, and (2) forms that can be used ad-hoc by

end users at any time.

Example 1: Request regulatory compliance data- the compliance person would

email target users, and the email would contain a form. Users would fill it

out, and when they click submit it would send their data back to the

compliance person (preferably in a format easy to transfer to Excel or

Access).

Example 2: Maintenance request- the remote user would initiate the form

within Outlook, fill it out, and clicking 'submit' (which would send the data

to a pre-determined email address or location for review and processing).

I've played around with the form designer, and it isn't too complicated- not

that much different from Excel and Word forms. However, I haven't found

information on the nuances of how to take that form design and turn it into

an outbound email, or make it accessible to all users so they can use it as

needed.

One addition item; there are some forms where we could greatly improve our

business process by providing some drop-down selection boxes. However, the

amount of data that needs to populate those boxes is large enough (thousands

of items) that I'm not inclined to push that to every machine- is there a way

to keep the core data list in a central location, and have the remote forms

access the data only when needed to populate a form? Having the source data

centralized would also make data updates much easier.

I appreciate any pointers to websites that cover these details, books I

should consider buying, or general answers to the above to point me in the

right direction so I can keep experimenting. (Sue Mosher's book is already on

my list, if I can find a local copy)

Thank you!

Keith
 
Before you go any further with this, you need to determine whether you can

meet the prerequisites for using custom message forms within your

organization; see http://www.outlookcode.com/article.aspx?id=61

"ker_01" wrote:


> I usually play on the Excel VBA playground- I'm not afraid to learn, but I'm
> relatively unfamiliar with the Outlook model.

> We currently have some paper forms that I'd like to replace with Outlook
> forms (if appropriate). I've done some basic reading, but I want to make sure
> I design forms that will actually work as intended. Our needs basically fall
> into two categories (examples below): (1) data that needs to be requested by
> (and returned to) a central user, and (2) forms that can be used ad-hoc by
> end users at any time.

> Example 1: Request regulatory compliance data- the compliance person would
> email target users, and the email would contain a form. Users would fill it
> out, and when they click submit it would send their data back to the
> compliance person (preferably in a format easy to transfer to Excel or
> Access).

> Example 2: Maintenance request- the remote user would initiate the form
> within Outlook, fill it out, and clicking 'submit' (which would send the data
> to a pre-determined email address or location for review and processing).

> I've played around with the form designer, and it isn't too complicated- not
> that much different from Excel and Word forms. However, I haven't found
> information on the nuances of how to take that form design and turn it into
> an outbound email, or make it accessible to all users so they can use it as
> needed.

> One addition item; there are some forms where we could greatly improve our
> business process by providing some drop-down selection boxes. However, the
> amount of data that needs to populate those boxes is large enough (thousands
> of items) that I'm not inclined to push that to every machine- is there a way
> to keep the core data list in a central location, and have the remote forms
> access the data only when needed to populate a form? Having the source data
> centralized would also make data updates much easier.

> I appreciate any pointers to websites that cover these details, books I
> should consider buying, or general answers to the above to point me in the
> right direction so I can keep experimenting. (Sue Mosher's book is already on
> my list, if I can find a local copy)

> Thank you!
> Keith

>
 
RE: Designing a form for distribution, with link to (large) data s

Sue -

Thank you for your response. My plan is to use the Organizational Forms

library on the Exchange server; all target users are employees, so it will

just be a matter of asking the IT department to load the form(s) in the

proper location.

Thank you,

Keith

"Sue Mosher [MVP]" wrote:


> Before you go any further with this, you need to determine whether you can
> meet the prerequisites for using custom message forms within your
> organization; see http://www.outlookcode.com/article.aspx?id=61

> "ker_01" wrote:
>
> > I usually play on the Excel VBA playground- I'm not afraid to learn, but I'm
> > relatively unfamiliar with the Outlook model.
> > We currently have some paper forms that I'd like to replace with Outlook
> > forms (if appropriate). I've done some basic reading, but I want to make sure
> > I design forms that will actually work as intended. Our needs basically fall
> > into two categories (examples below): (1) data that needs to be requested by
> > (and returned to) a central user, and (2) forms that can be used ad-hoc by
> > end users at any time.
> > Example 1: Request regulatory compliance data- the compliance person would
> > email target users, and the email would contain a form. Users would fill it
> > out, and when they click submit it would send their data back to the
> > compliance person (preferably in a format easy to transfer to Excel or
> > Access).
> > Example 2: Maintenance request- the remote user would initiate the form
> > within Outlook, fill it out, and clicking 'submit' (which would send the data
> > to a pre-determined email address or location for review and processing).
> > I've played around with the form designer, and it isn't too complicated- not
> > that much different from Excel and Word forms. However, I haven't found
> > information on the nuances of how to take that form design and turn it into
> > an outbound email, or make it accessible to all users so they can use it as
> > needed.
> > One addition item; there are some forms where we could greatly improve our
> > business process by providing some drop-down selection boxes. However, the
> > amount of data that needs to populate those boxes is large enough (thousands
> > of items) that I'm not inclined to push that to every machine- is there a way
> > to keep the core data list in a central location, and have the remote forms
> > access the data only when needed to populate a form? Having the source data
> > centralized would also make data updates much easier.
> > I appreciate any pointers to websites that cover these details, books I
> > should consider buying, or general answers to the above to point me in the
> > right direction so I can keep experimenting. (Sue Mosher's book is already on
> > my list, if I can find a local copy)
> > Thank you!
> > Keith
> >
 
RE: Designing a form for distribution, with link to (large) data s

Are you already in contact with IT about this? The reason that I am so

insistent on this point is that not every organization supports the

Organizational Forms library. I'd hate to see you get your form all fixed up

nicely only to find out that it can't be deployed.

"ker_01" wrote:


> Sue -

> Thank you for your response. My plan is to use the Organizational Forms
> library on the Exchange server; all target users are employees, so it will
> just be a matter of asking the IT department to load the form(s) in the
> proper location.

> Thank you,
> Keith

> "Sue Mosher [MVP]" wrote:
>
> > Before you go any further with this, you need to determine whether you can
> > meet the prerequisites for using custom message forms within your
> > organization; see http://www.outlookcode.com/article.aspx?id=61
> > "ker_01" wrote:
> >
> > > I usually play on the Excel VBA playground- I'm not afraid to learn, but I'm
> > > relatively unfamiliar with the Outlook model.
> > > > We currently have some paper forms that I'd like to replace with Outlook
> > > forms (if appropriate). I've done some basic reading, but I want to make sure
> > > I design forms that will actually work as intended. Our needs basically fall
> > > into two categories (examples below): (1) data that needs to be requested by
> > > (and returned to) a central user, and (2) forms that can be used ad-hoc by
> > > end users at any time.
> > > > Example 1: Request regulatory compliance data- the compliance person would
> > > email target users, and the email would contain a form. Users would fill it
> > > out, and when they click submit it would send their data back to the
> > > compliance person (preferably in a format easy to transfer to Excel or
> > > Access).
> > > > Example 2: Maintenance request- the remote user would initiate the form
> > > within Outlook, fill it out, and clicking 'submit' (which would send the data
> > > to a pre-determined email address or location for review and processing).
> > > > I've played around with the form designer, and it isn't too complicated- not
> > > that much different from Excel and Word forms. However, I haven't found
> > > information on the nuances of how to take that form design and turn it into
> > > an outbound email, or make it accessible to all users so they can use it as
> > > needed.
> > > > One addition item; there are some forms where we could greatly improve our
> > > business process by providing some drop-down selection boxes. However, the
> > > amount of data that needs to populate those boxes is large enough (thousands
> > > of items) that I'm not inclined to push that to every machine- is there a way
> > > to keep the core data list in a central location, and have the remote forms
> > > access the data only when needed to populate a form? Having the source data
> > > centralized would also make data updates much easier.
> > > > I appreciate any pointers to websites that cover these details, books I
> > > should consider buying, or general answers to the above to point me in the
> > > right direction so I can keep experimenting. (Sue Mosher's book is already on
> > > my list, if I can find a local copy)
> > > > Thank you!
> > > Keith
> > > >
 
RE: Designing a form for distribution, with link to (large) data s

Excellent question- I had assumed that it was a default part of Outlook

server, and that the only issue would be convincing the right people to place

my forms on the right part of the server. I'll try to find out who owns the

Outlook server in IT, and see what they say. I appreciate your continued

guidance!

Many thanks,

Keith

"Sue Mosher [MVP]" wrote:


> Are you already in contact with IT about this? The reason that I am so
> insistent on this point is that not every organization supports the
> Organizational Forms library. I'd hate to see you get your form all fixed up
> nicely only to find out that it can't be deployed.

> "ker_01" wrote:
>
> > Sue -
> > Thank you for your response. My plan is to use the Organizational Forms
> > library on the Exchange server; all target users are employees, so it will
> > just be a matter of asking the IT department to load the form(s) in the
> > proper location.
> > Thank you,
> > Keith
> > "Sue Mosher [MVP]" wrote:
> >
> > > Before you go any further with this, you need to determine whether you can
> > > meet the prerequisites for using custom message forms within your
> > > organization; see http://www.outlookcode.com/article.aspx?id=61
> > > > "ker_01" wrote:
> > > > > I usually play on the Excel VBA playground- I'm not afraid to learn, but I'm
> > > > relatively unfamiliar with the Outlook model.
> > > > > > We currently have some paper forms that I'd like to replace with Outlook
> > > > forms (if appropriate). I've done some basic reading, but I want to make sure
> > > > I design forms that will actually work as intended. Our needs basically fall
> > > > into two categories (examples below): (1) data that needs to be requested by
> > > > (and returned to) a central user, and (2) forms that can be used ad-hoc by
> > > > end users at any time.
> > > > > > Example 1: Request regulatory compliance data- the compliance person would
> > > > email target users, and the email would contain a form. Users would fill it
> > > > out, and when they click submit it would send their data back to the
> > > > compliance person (preferably in a format easy to transfer to Excel or
> > > > Access).
> > > > > > Example 2: Maintenance request- the remote user would initiate the form
> > > > within Outlook, fill it out, and clicking 'submit' (which would send the data
> > > > to a pre-determined email address or location for review and processing).
> > > > > > I've played around with the form designer, and it isn't too complicated- not
> > > > that much different from Excel and Word forms. However, I haven't found
> > > > information on the nuances of how to take that form design and turn it into
> > > > an outbound email, or make it accessible to all users so they can use it as
> > > > needed.
> > > > > > One addition item; there are some forms where we could greatly improve our
> > > > business process by providing some drop-down selection boxes. However, the
> > > > amount of data that needs to populate those boxes is large enough (thousands
> > > > of items) that I'm not inclined to push that to every machine- is there a way
> > > > to keep the core data list in a central location, and have the remote forms
> > > > access the data only when needed to populate a form? Having the source data
> > > > centralized would also make data updates much easier.
> > > > > > I appreciate any pointers to websites that cover these details, books I
> > > > should consider buying, or general answers to the above to point me in the
> > > > right direction so I can keep experimenting. (Sue Mosher's book is already on
> > > > my list, if I can find a local copy)
> > > > > > Thank you!
> > > > Keith
> > > > > >
 
RE: Designing a form for distribution, with link to (large) data s

There is no "Outlook server." The server component is Microsoft Exchange and

it does not come with an Organizational Forms library installed out of the

box.

"ker_01" wrote:


> Excellent question- I had assumed that it was a default part of Outlook
> server, and that the only issue would be convincing the right people to place
> my forms on the right part of the server. I'll try to find out who owns the
> Outlook server in IT, and see what they say. I appreciate your continued
> guidance!
> Many thanks,
> Keith

> "Sue Mosher [MVP]" wrote:
>
> > Are you already in contact with IT about this? The reason that I am so
> > insistent on this point is that not every organization supports the
> > Organizational Forms library. I'd hate to see you get your form all fixed up
> > nicely only to find out that it can't be deployed.
> > "ker_01" wrote:
> >
> > > Sue -
> > > > Thank you for your response. My plan is to use the Organizational Forms
> > > library on the Exchange server; all target users are employees, so it will
> > > just be a matter of asking the IT department to load the form(s) in the
> > > proper location.
> > > > Thank you,
> > > Keith
> > > > > "Sue Mosher [MVP]" wrote:
> > > > > Before you go any further with this, you need to determine whether you can
> > > > meet the prerequisites for using custom message forms within your
> > > > organization; see http://www.outlookcode.com/article.aspx?id=61
> > > > > > "ker_01" wrote:
> > > > > > > I usually play on the Excel VBA playground- I'm not afraid to learn, but I'm
> > > > > relatively unfamiliar with the Outlook model.
> > > > > > > > We currently have some paper forms that I'd like to replace with Outlook
> > > > > forms (if appropriate). I've done some basic reading, but I want to make sure
> > > > > I design forms that will actually work as intended. Our needs basically fall
> > > > > into two categories (examples below): (1) data that needs to be requested by
> > > > > (and returned to) a central user, and (2) forms that can be used ad-hoc by
> > > > > end users at any time.
> > > > > > > > Example 1: Request regulatory compliance data- the compliance person would
> > > > > email target users, and the email would contain a form. Users would fill it
> > > > > out, and when they click submit it would send their data back to the
> > > > > compliance person (preferably in a format easy to transfer to Excel or
> > > > > Access).
> > > > > > > > Example 2: Maintenance request- the remote user would initiate the form
> > > > > within Outlook, fill it out, and clicking 'submit' (which would send the data
> > > > > to a pre-determined email address or location for review and processing).
> > > > > > > > I've played around with the form designer, and it isn't too complicated- not
> > > > > that much different from Excel and Word forms. However, I haven't found
> > > > > information on the nuances of how to take that form design and turn it into
> > > > > an outbound email, or make it accessible to all users so they can use it as
> > > > > needed.
> > > > > > > > One addition item; there are some forms where we could greatly improve our
> > > > > business process by providing some drop-down selection boxes. However, the
> > > > > amount of data that needs to populate those boxes is large enough (thousands
> > > > > of items) that I'm not inclined to push that to every machine- is there a way
> > > > > to keep the core data list in a central location, and have the remote forms
> > > > > access the data only when needed to populate a form? Having the source data
> > > > > centralized would also make data updates much easier.
> > > > > > > > I appreciate any pointers to websites that cover these details, books I
> > > > > should consider buying, or general answers to the above to point me in the
> > > > > right direction so I can keep experimenting. (Sue Mosher's book is already on
> > > > > my list, if I can find a local copy)
> > > > > > > > Thank you!
> > > > > Keith
> > > > > > > >
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
J Can Click to Drag Custom Form Field But Cannot Drop When Designing in Outlook 2007 Outlook VBA and Custom Forms 2
Diane Poremsky Designing Custom Outlook Forms Using Outlook 0
G Apply Custom Contacts form to all existing Contacts Outlook VBA and Custom Forms 1
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
G Outlook 2021 Add Picture to Custom Contact Form Outlook VBA and Custom Forms 2
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
AndyZ Contact Custom Form Tiny Text Outlook VBA and Custom Forms 3
A How to reduce size of custom contact form? Outlook VBA and Custom Forms 3
L Applying new form to existing contacts -- MessageClass Outlook VBA and Custom Forms 3
Geldner Problem submitting SPAM using Outlook VBA Form Outlook VBA and Custom Forms 2
Witzker How to get the button Karte ( map) in custom contact form Outlook VBA and Custom Forms 2
B Outlook 2019 Custom Email form - Edit default email form Outlook VBA and Custom Forms 6
C Populate form data into message body Outlook VBA and Custom Forms 1
Witzker Outlook 2019 How to get a Photo in a User Defined Contact form Outlook VBA and Custom Forms 2
Witzker Outlook 2019 Macro to send an Email Template from User Defined Contact Form Outlook VBA and Custom Forms 0
Witzker Set Cursor & Focus from any field to the body of a user Contact form in OL 2019 Outlook VBA and Custom Forms 1
Witzker Place cursor at opening, a user defined OL contact form Outlook VBA and Custom Forms 3
T Customized form: The Forward option shows write layout Outlook VBA and Custom Forms 0
T 1:1 Datatransfer from incoming mail body to customs form body Outlook VBA and Custom Forms 0
V Latest Changes to form not appearing for some users Outlook VBA and Custom Forms 3
J Does the .fdm contain my custom form? How to make ol use it? - ol2007 Outlook VBA and Custom Forms 4
J ol2021 custom form not displaying pics Outlook VBA and Custom Forms 37
bdsermons Outlook 365 command button in outlook form Outlook VBA and Custom Forms 5
wayneame Changing the Form Used by Existing Task Items in a Folder Outlook VBA and Custom Forms 4
N Contact Form Notes Field Touch vs Mouse Using Outlook 0
cbufacchi Outlook 365 Populate custom Outlook Appoint form Outlook VBA and Custom Forms 2
C Create Meeting With Custom Form Outlook VBA and Custom Forms 2
W Designer Form 2013 and Script ? how ? Outlook VBA and Custom Forms 1
J Read Outlook Form fields Outlook VBA and Custom Forms 3
V Compound IF, OR, AND in Outlook form Outlook VBA and Custom Forms 4
J custom form not displaying pictures Outlook VBA and Custom Forms 7
I Button PDF in Outlook Contact custom form Outlook VBA and Custom Forms 1
K Font Sizing in Custom Form Regions for Contacts Outlook VBA and Custom Forms 1
V Validating Outlook form with "OR" and "AND" Outlook VBA and Custom Forms 1
M Outlook 2010 How could I globally redesign an outlook template form/region/inspector template used to display mail lists or an individual mails? Outlook VBA and Custom Forms 0
A How to stop user form from disapearing once mail window is closed? Outlook VBA and Custom Forms 0
K can't get custom form to update multiple contacts using VBA Outlook VBA and Custom Forms 3
V Form data not sending for some users Outlook VBA and Custom Forms 2
H Custom Outlook Contact Form VBA Outlook VBA and Custom Forms 1
Witzker HowTo Change message Class of contact form Outlook VBA and Custom Forms 0
A VBscript stops running after updating form Outlook VBA and Custom Forms 1
Witzker HowTo start a macro with an Button in OL contact form Outlook VBA and Custom Forms 12
D Emailed form is blank Outlook VBA and Custom Forms 0
F Validation on custom task form after task acceptance Outlook VBA and Custom Forms 1
C Add Form to Appointments Received, Automatically Outlook VBA and Custom Forms 6
V Date and/or time error in Outlook Form Outlook VBA and Custom Forms 0
A Form Position with Dual Monitors Outlook VBA and Custom Forms 2
I Error saving screenshots in a custom form in outlook 2016, outlook 365 - ok in outlook 2013, outlook 2010 Outlook VBA and Custom Forms 5
M VbScript for Command Button on Contacts Custom Form Using Outlook 1
G Other users can't see P.2 with custom fields in Form Outlook VBA and Custom Forms 0

Similar threads

Back
Top