I'd certainly disagree with Derek... few experienced Access developers of my
acquaintance prefer Crystal Reports to Access' own Report function; most of
the ones who do started using Crystal with classic Visual Basic, which had
no Report Writer of its own, were familiar with Crystal, and never put in
the effort to learn Access reporting. Just BTW, there's no "h" in
"Crystal".
And, as for creating PDF reports, that is a built-in feature of the current
version of Access, but I have been printing reports to PDF for years...
simply select a PDF printer in the print dialog (I use the open source PDF
Creator that I obtained from Sourceforge, I'm told that Adobe Acrobat -- not
free, of course -- works well), and there are other PDF creation software
packages available, too. If you don't want to manually select the printer,
you may find some useful code at
http://www.lebans.com. I haven't used
Stephen's code, but others have, and posted in newsgroups that it was
useful. But, again, if you have the current version of Access (or perhaps
even one version back), "print to PDF" is a built-in feature.
--
Larry Linson, Microsoft Office Access MVP
Co-author: "Microsoft Access Small Business Solutions", published by Wiley
Access newsgroup support is alive and well in USENET
comp.databases.ms-access
"(E-Mail Removed)" <(E-Mail Removed)> wrote in message
news:912570f5-85a6-4574-8a71-(E-Mail Removed)...
On Jul 16, 3:49 pm, Tony Toews <tto...@telusplanet.net> wrote:
> On Thu, 14 Jul 2011 20:26:07 -0700 (PDT), Turtle Turtle
>
> <turtle1...@gmail.com> wrote:
> >Ideally I would store the data in a normalized
> >database and somehow populate a PDF of the blank form. This is
> >something I don't know how to do with VBA.
>
> That's a totally different problem. I'd suggest asking that as a
> separate question with an appropriate subject. There may not be any
> open source solutions.
>
> Here is one possibility -http://www.pdfhacks.com/pdftk/. However
> this solution requires that you purchase licenses for commercial use.
> And your IT department, especially if military, may be very reluctant
> to install outside software.
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Tony's Main MS Access pages -http://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/
> For a convenient utility to keep your users FEs and other files
> updated seehttp://www.autofeupdater.com/
Hi
The form on page 80 is a bit messy but not really that hard. The
report on page 80 is not really like the one in your email. The report
writer will take care of the pagination for you. Even the example on
page 80 is not restricted to 7 qualification per page. it does not go
qualification 1,2,3,4 instructor instead it goes
qualification 1 .(details) ..instructor ,supervisor
qualification 2 ..(details) ...instructor ,supervisor
first build a query with all the required data in it then use the ms
access report builder to create the report based on the query.
select airman, course, instructor, examiner date course .... from
general records group by airman where airman number = XXXXX
It is not obvious how many tables you need to link to get the
required information.
As I said it s a bit messy but not really a problem to make it look
exactly like Page 80. the only real issue is to make the instructor
and approving offer on one column it would be easier to make then each
a column.
I would recommend a better report writer I use Chrystal reports ( Not
free) as it allows you to export the final document to PDF
if you want.
I would be a bit concerned about publishing military documents on the
web not really sure but they tend to take this very serious. Your
problem is a bit to heavy for this group ie if you are being paid to
solve this type of problem you probably need a bit more experience or
an IT specialist to help you.