473,795 Members | 2,452 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Report creation opinion

I have an application were users evaluate records and based on the
amount of money involved answer between 17 and a 120 questions on one
of three response forms. I have a master list of question in one
table and another that links the subset of questions to the particular
form. When the user gets ready to answer the questions the app
appends the questions to the answer table - all of which makes it easy
to answer the questions within a subform for the record they're
reviewing.

So far, I think, so good.

Now the output can go either to an Excel spreadsheet or Word doc - one
record per file, which then gets printed and mailed to the next step
in the business process.

Here's where I'd love your opinions: One option is I can concatenate
the responses into a merge file (likely CSV, but could be anything,
and execute the merge from the Word doc. I can shell out to Word or
just execute from within Access. I'm not thrilled with the Excel
idea, but some users have made SSs that look like the Word docs - I
only mention it in case someone says "well, it'd be really easy if you
were moving the answers to Excel."

Another is opening a Doc template from within Access and inserting the
data via bookmarks.

In either case the resulting document needs to be saved with the
record number as the file name.

Which would you say is the better path? Is there an easier way? The
Access report to RTF option probably isn't robust enough given the
formatting required, but I might be able to make it work if the
consensus is that that's the way to go.

Thanks for your time

Tim Mills-Groninger
Jul 10 '08 #1
4 1601
What's the problem with exporting to RTF? I would have thought that was more
robust than trying to manipulate Word or Excel from Access.

You can certainly use TransferText to create a CSV if that helps.

For exporting to Word, Albert Kallal's 'super easy word merge' might help:
http://www.members.shaw.ca/AlbertKal.../msaccess.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"timmg" <tm************ *@gmail.comwrot e in
messagenews:f6* *************** *************** ***@w7g2000hsa. googlegroups.co m...
>I have an application were users evaluate records and based on the
amount of money involved answer between 17 and a 120 questions on one
of three response forms. I have a master list of question in one
table and another that links the subset of questions to the particular
form. When the user gets ready to answer the questions the app
appends the questions to the answer table - all of which makes it easy
to answer the questions within a subform for the record they're
reviewing.

So far, I think, so good.

Now the output can go either to an Excel spreadsheet or Word doc - one
record per file, which then gets printed and mailed to the next step
in the business process.

Here's where I'd love your opinions: One option is I can concatenate
the responses into a merge file (likely CSV, but could be anything,
and execute the merge from the Word doc. I can shell out to Word or
just execute from within Access. I'm not thrilled with the Excel
idea, but some users have made SSs that look like the Word docs - I
only mention it in case someone says "well, it'd be really easy if you
were moving the answers to Excel."

Another is opening a Doc template from within Access and inserting the
data via bookmarks.

In either case the resulting document needs to be saved with the
record number as the file name.

Which would you say is the better path? Is there an easier way? The
Access report to RTF option probably isn't robust enough given the
formatting required, but I might be able to make it work if the
consensus is that that's the way to go.

Thanks for your time

Tim Mills-Groninger
Jul 11 '08 #2
On 10 Jul, 19:36, timmg <tmillsgronin.. .@gmail.comwrot e:
I have an application were users evaluate records and based on the
amount of money involved answer between 17 and a 120 questions on one
of three response forms. I have a master list of question in one
table and another that links the subset of questions to the particular
form. When the user gets ready to answer the questions the app
appends the questions to the answer table - all of which makes it easy
to answer the questions within a subform for the record they're
reviewing.

So far, I think, so good.

Now the output can go either to an Excel spreadsheet or Word doc - one
record per file, which then gets printed and mailed to the next step
in the business process.

Here's where I'd love your opinions: One option is I can concatenate
the responses into a merge file (likely CSV, but could be anything,
and execute the merge from the Word doc. I can shell out to Word or
just execute from within Access. I'm not thrilled with the Excel
idea, but some users have made SSs that look like the Word docs - I
only mention it in case someone says "well, it'd be really easy if you
were moving the answers to Excel."

Another is opening a Doc template from within Access and inserting the
data via bookmarks.

In either case the resulting document needs to be saved with the
record number as the file name.

Which would you say is the better path? Is there an easier way? The
Access report to RTF option probably isn't robust enough given the
formatting required, but I might be able to make it work if the
consensus is that that's the way to go.

Thanks for your time

Tim Mills-Groninger
Have you tried the 'Access report to snapshot' option? The snapshot
output format retains all of the formatting of the originating report.
The snapshot viewer is installed with Access 2000 when the snapshot
file is created. It is available as a free of charge download from the
MS website for those who do not have Access.

If that is not to your liking, initiating a mail merge from within
Access is feasible if all the merged data are plain text. Remember
that this inserts a section break after each merged record; you
probably will need continuous sections rather than new page sections.

If you wish to insert a Word table, for example, then try the
'Insertdatabase ' method of the Word object to insert an Access table
directly at the appropriate bookmark in the Word document. The
Insertdatabase method can be problematic if the datasource is in a
secured database. As an alternative, try the 'Insertfile' method using
an exported RTF file as the data source.

You can use a combination of insert methods and mail merge but I don't
think that bookmarks are retained in the ouput Word document so make
inserts at bookmarked locations before running a mail merge.
Mike P
Jul 11 '08 #3
On Jul 10, 10:04*pm, "Allen Browne" <AllenBro...@Se eSig.Invalid>
wrote:
What's the problem with exporting to RTF? I would have thought that was more
robust than trying to manipulate Word or Excel from Access.
The forms have a bunch of line segments and a few other minor
formatting concerns. However, I will give it another look - although
building all of the text required into the report will be a pain.

But then, no pain, no gain - or that concept too "Twen Cen/ Jane
Fonda?" <grin>
>
You can certainly use TransferText to create a CSV if that helps.
Good point.
>
For exporting to Word, Albert Kallal's 'super easy word merge' might help:
* *http://www.members.shaw.ca/AlbertKal.../msaccess.html
yes, I've used these tools with other project. Whey Kewl.

Thanks,

Tim
--
Allen Browne - Microsoft MVP. *Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"timmg" <tmillsgronin.. .@gmail.comwrot e in
messagenews:f6* *************** *************** ***@w7g2000hsa. googlegroups.co m...
I have an application were users evaluate records and based on the
amount of money involved answer between 17 and a 120 questions on one
of three response forms. *I have a master list of question in one
table and another that links the subset of questions to the particular
form. *When the user gets ready to answer the questions the app
appends the questions to the answer table - all of which makes it easy
to answer the questions within a subform for the record they're
reviewing.
So far, I think, so good.
Now the output can go either to an Excel spreadsheet or Word doc - one
record per file, which then gets printed and mailed to the next step
in the business process.
Here's where I'd love your opinions: *One option is *I can concatenate
the responses into a merge file (likely CSV, but could be anything,
and execute the merge from the Word doc. *I can shell out to Word or
just execute from within Access. *I'm not thrilled with the Excel
idea, but some users have made SSs that look like the Word docs - I
only mention it in case someone says "well, it'd be really easy if you
were moving the answers to Excel."
Another is opening a Doc template from within Access and inserting the
data via bookmarks.
In either case the resulting document needs to be saved with the
record number as the file name.
Which would you say is the better path? *Is there an easier way? *The
Access report to RTF option probably isn't robust enough given the
formatting required, but I might be able to make it work if the
consensus is that that's the way to go.
Thanks for your time
Tim Mills-Groninger- Hide quoted text -

- Show quoted text -
Jul 14 '08 #4
On Jul 11, 8:35*am, Mike P <mikewpa...@tis cali.co.ukwrote :
On 10 Jul, 19:36, timmg <tmillsgronin.. .@gmail.comwrot e:


I have an application were users evaluate records and based on the
amount of money involved answer between 17 and a 120 questions on one
of three response forms. *I have a master list of question in one
table and another that links the subset of questions to the particular
form. *When the user gets ready to answer the questions the app
appends the questions to the answer table - all of which makes it easy
to answer the questions within a subform for the record they're
reviewing.
So far, I think, so good.
Now the output can go either to an Excel spreadsheet or Word doc - one
record per file, which then gets printed and mailed to the next step
in the business process.
Here's where I'd love your opinions: *One option is *I can concatenate
the responses into a merge file (likely CSV, but could be anything,
and execute the merge from the Word doc. *I can shell out to Word or
just execute from within Access. *I'm not thrilled with the Excel
idea, but some users have made SSs that look like the Word docs - I
only mention it in case someone says "well, it'd be really easy if you
were moving the answers to Excel."
Another is opening a Doc template from within Access and inserting the
data via bookmarks.
In either case the resulting document needs to be saved with the
record number as the file name.
Which would you say is the better path? *Is there an easier way? *The
Access report to RTF option probably isn't robust enough given the
formatting required, but I might be able to make it work if the
consensus is that that's the way to go.
Thanks for your time
Tim Mills-Groninger

Have you tried the 'Access report to snapshot' option? The snapshot
output format retains all of the formatting of the originating report.
The snapshot viewer is installed with Access 2000 when the snapshot
file is created. It is available as a free of charge download from the
MS website for those who do not have Access.

If that is not to your liking, initiating a mail merge from within
Access is feasible if all the merged data are plain text. Remember
that this inserts a section break after each merged record; you
probably will need continuous sections rather than new page sections.

If you wish to insert a Word table, for example, then try the
'Insertdatabase ' method of the Word object to insert an Access table
directly at the appropriate bookmark in the Word document. The
Insertdatabase method can be problematic if the datasource is in a
secured database. As an alternative, try the 'Insertfile' method using
an exported RTF file as the data source.

You can use a combination of insert methods and mail merge but I don't
think that bookmarks are retained in the ouput Word document so make
inserts at bookmarked locations before running a mail merge.
Good points, thank you. I'd likely do one or the other, not a
combination. I'm going to cogitate on the problem for a while long
while I build some other features.

tim
>
Mike P- Hide quoted text -

- Show quoted text -
Jul 14 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1240
by: Mark Lees | last post by:
I need to create a report based on 4 tables 1. tbl_KidsList 2. tbl_Sub_Address 3. tbl_Sub_Phone 4. tbl_Sub_Parents Tables 2-4 are actually subforms that are placed upon the KidsList form. The report will list the kids name, addresses, phone numbers, and
1
1412
by: ssimon | last post by:
I have created an Access DB for my company to tarck suppliers. The lookup forms we created give us data back in spreadsheet format and it is hard to follow. There must be a way of using Access to format nice-looking reports that my people can use. Thanks for your help. Sandy Simon
1
6328
by: Rutko | last post by:
Is it possible to dynamically create report and save it in rpt file? For example I want to add an text object in report on x,y position in page header. I need that dynamically, because I have a lot of reports made in Visual FoxPro. It would be nice if I could make a converter. I read VFP Report a.frx, see a text on position x,y in header and I create text object in crystal reports on the same position etc... and save the report to a.rpt....
1
2489
by: Sachin | last post by:
Hi, I am working on ASP.Net 2.0 Beta 2 I am having problems creating crystal report using dataset I created a new dataset (DS_ExpCode) and a datatable (DT_ExpCode) under App_Code folder. Then i create a new crystal report A Standard Report Creation Wizard window popus up with available datasource I selected Project Data -> ADO.Net Dataset, i see the dataset recently
2
1392
by: Jean-Claude Bertrand | last post by:
Hello to all .Net programmers! I am a consultant and I create very small application for small enterprise. Most of the time in my application, the number of users is under 5! I still program Windows apllication. Recently, I bought VS.Net (enterprise edition) but I have worries about having to spend more money with additional controls like DataGrid and Report designer... I would like to receive your opinions about it. My questions...
5
3739
by: jmar | last post by:
I posted a week ago and received one response. I'm looking for the opinion of several experienced .NET people before I proceed so I'm posting again. Sorry for the repost... I am updating a VB4.0 quote generation program to VB.net. The old program takes user inputs, performs calculations, saves the data to Access databases and uses Crystal Reports 5.0 to generate a quote. A while back users obviously wanted to be able to edit/e-mail ...
3
1812
by: John | last post by:
In my app I've created a label report (Avery 7162, 2 colums, 8 rows) with the wizzard. The report is based on a temp table that is created when the user pushes a button. After creation of the table the pushbutton opens the report. Now something weird happens. When I open the report manually a few or more times it remains intact. However, when I open the report from the form's pushbutton code for the first time, the report will open OK....
2
2041
by: blackduck603 | last post by:
Hi, I am fairly new to Access programming and Reports. I have inherited a project and am trying to understand some of the inner workings. There is a field named Overall in the Detail section of my report. The Control source for this field is SumOfbalance (and no - I did NOT forget to capitalize the b in balance). After a good deal of digging, I managed to find a reference to this field in a query in the VB code associated with this report. A...
10
9124
by: Snoopy33 | last post by:
I have a DB that I developed on access XP (2002) and deployed over a year ago. No one has had problems printing any of the reports within the DB until we started loading 2007 on new computers. The access 2007 users cannot print one of the reports. This is maddening since I cannot duplicate the issue on any computer that runs 2003 or below. Is there something going on that I'm not seeing? Does anyone have any suggestions at all on...
0
9672
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
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10214
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10164
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9042
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
6780
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
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
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
3723
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.