Home All Groups Group Topic Archive Search About

MS Access Report to PDF



Author
19 Apr 2006 6:34 AM
M P
Hi!

I am currently working on a project that will migrate MS Access DB and Front
End to web-base solution to reduce MS Access installation. Previously, users
are using MS Access as frontend to produce customized report. I am not sure
if in a web based solution, using ASP, I can display the access report as-is
or by converting to pdf (server side) and display on a webpage. I'm not sure
if there are builtin solution on this or I need to have 3rd party to do so.

Need advise.

regards,
MP

Author
19 Apr 2006 7:02 AM
Mike Brind
M P wrote:
> Hi!
>
> I am currently working on a project that will migrate MS Access DB and Front
> End to web-base solution to reduce MS Access installation. Previously, users
> are using MS Access as frontend to produce customized report. I am not sure
> if in a web based solution, using ASP, I can display the access report as-is
> or by converting to pdf (server side) and display on a webpage. I'm not sure
> if there are builtin solution on this or I need to have 3rd party to do so.
>
> Need advise.
>
> regards,
> MP

Why not display the report using html?

--
Mike Brind
Author
24 Apr 2006 4:06 AM
M P
I prefer to use Access Report since the report contains headers and footer
that ASP cant handle (or is there something that I don't know). If there is
a technique that I may use, please share your thoughts and will be gladly to
know it.

M P
Show quote
"Mike Brind" <paxton***@hotmail.com> wrote in message
news:1145430175.985702.29660@j33g2000cwa.googlegroups.com...
>
> M P wrote:
>> Hi!
>>
>> I am currently working on a project that will migrate MS Access DB and
>> Front
>> End to web-base solution to reduce MS Access installation. Previously,
>> users
>> are using MS Access as frontend to produce customized report. I am not
>> sure
>> if in a web based solution, using ASP, I can display the access report
>> as-is
>> or by converting to pdf (server side) and display on a webpage. I'm not
>> sure
>> if there are builtin solution on this or I need to have 3rd party to do
>> so.
>>
>> Need advise.
>>
>> regards,
>> MP
>
> Why not display the report using html?
>
> --
> Mike Brind
>
Author
24 Apr 2006 8:05 AM
Mike Brind
In the html version, you would need to use CSS to provide the headers,
footers and page breaks:

http://www.w3.org/TR/css-print/

--
Mike Brind

M P wrote:
Show quote
> I prefer to use Access Report since the report contains headers and footer
> that ASP cant handle (or is there something that I don't know). If there is
> a technique that I may use, please share your thoughts and will be gladly to
> know it.
>
> M P
> "Mike Brind" <paxton***@hotmail.com> wrote in message
> news:1145430175.985702.29660@j33g2000cwa.googlegroups.com...
> >
> > M P wrote:
> >> Hi!
> >>
> >> I am currently working on a project that will migrate MS Access DB and
> >> Front
> >> End to web-base solution to reduce MS Access installation. Previously,
> >> users
> >> are using MS Access as frontend to produce customized report. I am not
> >> sure
> >> if in a web based solution, using ASP, I can display the access report
> >> as-is
> >> or by converting to pdf (server side) and display on a webpage. I'm not
> >> sure
> >> if there are builtin solution on this or I need to have 3rd party to do
> >> so.
> >>
> >> Need advise.
> >>
> >> regards,
> >> MP
> >
> > Why not display the report using html?
> >
> > --
> > Mike Brind
> >
Author
20 Apr 2006 10:53 AM
Jeff Cochran
On Wed, 19 Apr 2006 14:34:07 +0800, "M P" <m***@textguru.ph> wrote:

>I am currently working on a project that will migrate MS Access DB and Front
>End to web-base solution to reduce MS Access installation. Previously, users
>are using MS Access as frontend to produce customized report. I am not sure
>if in a web based solution, using ASP, I can display the access report as-is
>or by converting to pdf (server side) and display on a webpage. I'm not sure
>if there are builtin solution on this or I need to have 3rd party to do so.

Nothing built-in to display a PDF, but you can pesent in HTML if that
works for you.

Jeff
Author
20 Apr 2006 2:51 PM
Larry Bud
M P wrote:
> Hi!
>
> I am currently working on a project that will migrate MS Access DB and Front
> End to web-base solution to reduce MS Access installation. Previously, users
> are using MS Access as frontend to produce customized report. I am not sure
> if in a web based solution, using ASP, I can display the access report as-is
> or by converting to pdf (server side) and display on a webpage. I'm not sure
> if there are builtin solution on this or I need to have 3rd party to do so.

ActivePDF is one solution, but after going back and forth with report
formats, we've decided to just use Excel as the report Engine.

AddThis Social Bookmark Button