473,396 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Rendering MS Access Report Into Something Else Besides Printer/PDF?

I'm doing a booklet for a class reunion. Got all the data and everybody's life
history in a little MS Access app and now it's time to get the booklet ready to
go to the printer's.

I have a report that creates same, but rather than send it to a printer of PDF
file, I'd prefer to get it into MS Word, PageMaker, or some other document
editor. Reason: some people have sent in pictures, and I'd like to flow the
text around their pix.

I've considered exporting to an MS Word mail-merge, but there's so much
contitional formatting in the report (mainly, if somebody is deceased, various
fields become invisible and an obituary takes over the whole space) that I'd
probably have to go back and re-think the whole document to do so.

I've tried copying/pasting from Acrobat, but it only gets the text - no
positioning or lines...

So: bottom-line question.... Is there some way I can render this thing and get
it into a document editor?
--
PeteCresswell
Nov 13 '05 #1
3 2118
Try setting up the report in Access, then just exporting it to Word, not as
a mail-merge. It should come across in RTF format, which will preserve your
formatting. You can open it in Word and edit further.

HTH
- Turtle

"(Pete Cresswell)" <x@y.z> wrote in message
news:vc********************************@4ax.com...
I'm doing a booklet for a class reunion. Got all the data and everybody's life history in a little MS Access app and now it's time to get the booklet ready to go to the printer's.

I have a report that creates same, but rather than send it to a printer of PDF file, I'd prefer to get it into MS Word, PageMaker, or some other document
editor. Reason: some people have sent in pictures, and I'd like to flow the text around their pix.

I've considered exporting to an MS Word mail-merge, but there's so much
contitional formatting in the report (mainly, if somebody is deceased, various fields become invisible and an obituary takes over the whole space) that I'd probably have to go back and re-think the whole document to do so.

I've tried copying/pasting from Acrobat, but it only gets the text - no
positioning or lines...

So: bottom-line question.... Is there some way I can render this thing and get it into a document editor?
--
PeteCresswell

Nov 13 '05 #2
Pete,
I'd tend to do some VBA where I fired up an instance of Word in my code and
then had Word do whatever heavy lifting was needed to complete the document.
There is limited support for conditional branching in the mail-merge codes
supported by Word but it may not be enough. The automation possible in Word
with its command set in VB is extensive so that's probably where I'd focus
my energy.

"(Pete Cresswell)" <x@y.z> wrote in message
news:vc********************************@4ax.com...
I'm doing a booklet for a class reunion. Got all the data and
everybody's life
history in a little MS Access app and now it's time to get the booklet
ready to
go to the printer's.

I have a report that creates same, but rather than send it to a printer of
PDF
file, I'd prefer to get it into MS Word, PageMaker, or some other document
editor. Reason: some people have sent in pictures, and I'd like to flow
the
text around their pix.

I've considered exporting to an MS Word mail-merge, but there's so much
contitional formatting in the report (mainly, if somebody is deceased,
various
fields become invisible and an obituary takes over the whole space) that
I'd
probably have to go back and re-think the whole document to do so.

I've tried copying/pasting from Acrobat, but it only gets the text - no
positioning or lines...

So: bottom-line question.... Is there some way I can render this thing and
get
it into a document editor?
--
PeteCresswell

Nov 13 '05 #3
RE/
I'd tend to do some VBA where I fired up an instance of Word in my code and
then had Word do whatever heavy lifting was needed to complete the document.
There is limited support for conditional branching in the mail-merge codes...


I never thought of that: just open up an instance of Word from Access and build
customized pages individually on-the-fly. Thanks. I've done this before in
customer-response letters...I guess I just got so fixated on mail-merge this
time that it didn't occurred to me.

--
PeteCresswell
Nov 13 '05 #4

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

Similar topics

15
by: Mark C | last post by:
All, I have exhaustingly been looking through the newsgroups in search of a way to systemically output an Access 97 report to a pdf file using the full version of Adobe Acrobat. I want the user...
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
3
by: Jorge Cecílio | last post by:
Hi! I would like to export some MS-Access reports output to pdf. However, the only possibility offered by Access (afaik) for me to export formatted output is snp (snapshot) (I use MS-Office...
11
by: Grasshopper | last post by:
Hi, I am automating Access reports to PDF using PDF Writer 6.0. I've created a DTS package to run the reports and schedule a job to run this DTS package. If I PC Anywhere into the server on...
16
by: cyranoVR | last post by:
This is the approach I used to automate printing of Microsoft Access reports to PDF format i.e. unattended and without annoying "Save As..." dialogs, and - more importantly - without having to use...
1
by: sbnj | last post by:
I have an existing database up and running great but im looking to ad some new features. I currently import a "new orders" file everyday the file contains order #, item #, qty ordered etc... when...
13
by: salad | last post by:
Hi Guys: I was stuck. I needed to send a report to a file. My beautiful report(s) in Access were going to require loss of formatting with RTFs, a PITA in WordMailMerge, sending it as a text...
2
by: sphinney | last post by:
OK, is Access 2007 driving anyone else nuts? I've got three lines of VBA code that sends a report to the printer: DoCmd.OpenReport RPT_NAME, acViewPreview, , , , ARGS DoCmd.RunCommand...
10
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. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
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...
0
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,...

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.