473,655 Members | 3,056 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Edit MS access to Outlook 2010 data Collection form and resend

Jerry Maiapu
259 Contributor
Hello everyone,
I have searched the forum and internet on collecting data from outlook into access with custom formatting but no there is no resource to assist.

I 'have looked at the following options:
1. Create custom outlook from and connect to access 2010
2.Create outlook form using access to outlook data collection wizard and modify to suit my needs
3. Create inforpath form and convert to outlook form and connect to access.
And what I decided to use is the HTML outlook 2010 data collection form (survey form) generated by MS access 2010 data collection wizard.
However, the generated format is not quite user friendly especially with multiple choice questions where the options appear at the bottom. To answer such a question the user has to press Ctrl + click on link to access the options that are located at the bottom of the form which is not very user friendly.
So I used an HTML editor to move the options close to where the questions appear so that users do not need to scroll down or click on link every time to see their choices.
Now the problem is that the form is no longer connected to MS access since I have modified the form layout. Maybe the connection is lost somehow.
Can someone assist me to reconnect the modified outlook form to the MS access database table? I have not changed anything, just moved the options of each question close to its corresponding question. This is to make available the option right next to the question for easy response.
I don’t know if this can be achieved by placing a code in the HTML source of the form or thwacking some settings in outlook and MS access but I would appreciate if someone can assist me in reconnecting the outlook form back to the access table so that all responses received will be automatically processed/stored in access table.
I am very new to outlook and access 2010 integration and am stuck now.
PLS HELP!!
Thanks..
Feb 22 '13 #1
7 6929
zmbd
5,501 Recognized Expert Moderator Expert
JM:
{The feature is not documented very well; however,}
However, here's a start: automation code:
Application Automation
Feb 22 '13 #2
zmbd
5,501 Recognized Expert Moderator Expert
Jerry Maiapu:
{As I noted earlier,} the feature is not very well documented.
The HTML form has a very limited template format and it appears that when the email is returned, the html is parsed somehow for a very specific section and if that is altered then the HTML form breaks.
Someone will have to disect the HTML code to see what is happening.
Mar 5 '13 #3
zmbd
5,501 Recognized Expert Moderator Expert
I really had to do some digging for this information and it read as not for the faint of heart. Also there's not a lot of detail, just enough be a tad frustrating... still it may prove useful.

I've read thru it twice now and I'm still not entirely sure I have it down yet:

Automate data collection forms using VBA
Mar 6 '13 #4
Jerry Maiapu
259 Contributor
Honestly, I felt out of place after reading the comments but its ok I respect forum members and try to learnt from every posting and comments here so I will take it anyway.

By the way Neo thanks for stepping in with clarifications.

zmbd, thanks for the link, I was at the crossroads but that will point to the right direction.

I will come back if I achieve what am looking for.
Mar 7 '13 #5
Narender Sagar
189 New Member
Jerry, You can achieve what you want by using MS Infopath.
Infopath is perfect choice for Data collection or for surveys.
Infopath forms can be send to users via outlook and data will be stored in your Access Database. (And this is what you want)..
Mar 7 '13 #6
Jerry Maiapu
259 Contributor
Thanks Narender Sagar.
I guess one of the requirements using infopath i.e the end user need to have infopath installed otherwise it won't work. My target group do not have infopath installed at thier end.
Mar 12 '13 #7
amigentie
1 New Member
Dear Jerry, have you found a solution to edit your form generated by Access? Do you maybe know where the produced form is generated, what kind of file is it? Is it by any chance a form with the same format as a customisable Outlook form ? I am also trying to change that form (I dont have any programming skills)
Kind Regards
Apr 15 '13 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

2
4133
by: Iain Miller | last post by:
Struggling a bit here & would be grateful for any help. I have a table which has a list of people in it. Each person has a unique ID automatically allocated by Access but also belongs to one of 5 Groups - call them A to E. I'd like to generate a further automatic reference number based on something like Group/Unique ID so when I create a new record Access creates the Unique ID & I then enter in the group and then Access combines the two...
1
4059
by: Iain Miller | last post by:
Currently using & developing a new application in A97. This app has a lot of Name & Address information in it. A lot of that information will be duplicated in Outlook & I suddenly wondered if its possible under the newer versions of Office to use the information already stored in Outlook as part of an Access database project. The logic being that the data could then be held in one place rather than two. This is a customer & order management...
4
19805
by: intl04 | last post by:
How do I create a data input form in Access that is external to the Access database to which it's connected (if that's possible, which I believe it is)? For example, if someone clicks on an Access file icon on a computer desktop, it will open up a data entry form (that was created in Access). That way, the people who enter the data won't have direct access to the database at any point. I've seen that this can be done, but I don't know...
1
2222
by: deko | last post by:
Does anyone know where I can find code that will grab Outlook Calendar data? I need to get a count of existing future appointments, and possibly the next existing appointment, and dump that into a table... thanks!
3
3809
by: intl04 | last post by:
Is it possible to create a Word form as the data entry form for an Access database? I didn't see any reference to this possibility in my Access books, so I'm sorry if this is a question that is rather off-the-wall. I was asked to ask this question, to see if a Word form can be linked to an Access database and then emailed to various end-users for them to complete task requests using this form.
4
2928
by: Martin | last post by:
I want to build a data entry form for creating and updating info on something. When I'm first creating an item all the fields need to be editable. There after some fields become readonly. Most of these fields are text based, and I really want to have them appear as a label rather than a text box that is read only. I really want different behaviour for creation, edit and view. I guess I need to write a templated data-bound control.
2
5049
by: filbennett | last post by:
Hi Everyone, I'm generally unfamiliar with Access form design, but have programmed Cold Fusion applications for a couple of years. I'd like to build a data entry form in Access that allows the following. First, the data schema: Three tables are involved. The first is a PERSONS table which has two fields, SSNUMBER (primary key), and NAME.
2
3352
by: seltzer | last post by:
I am using Access 2000 but I also have the 2003 version. I am working on creating a data entry form in Access for a research study. Since there is a maximum of 255 fields per table in Access, I have to split the fields up (unfortunately). I am creating a form for each section and all of the respective fields, and then I am putting all these forms into one larger form as subforms. I have a few questions & am hoping someone has answers: ...
8
6562
by: stuchdk | last post by:
background: I have created a series of data entry forms for use of data collection. Each has a table as a record source with the same primary key "survey_id", which is a text field. this is selected as the primary key so that the data from the tables when queried can be linked on this unique identifier; it cannot be duplicated; and must be entered whenever a new record is entered. Question: in the access Form, when a field (record source)...
2
1692
by: jzalar | last post by:
I recently installed office 2007 just to make my life more difficult. I started to use the Email Forms for data collection last week. Started up my computer yesterday and I could no longer use the feature. I get the error message " The Microsfot Office Access Outlook add-in is disabled...." I tried everything I could think of to get the Accolk.dll file to load into Outlook but failured. Has anyone seen this or have any idea how to force...
0
8380
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8598
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7310
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5627
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4299
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2721
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1928
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1598
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.