Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display a report on a web page and print it. 2

Status
Not open for further replies.

ZPlay

Technical User
Jan 10, 2002
24
US
I would like to have an Access 2000 report displayed on a web page and be able to print it from there. Is there some way for access to display a report via HTML so that it could be printed out from a remote location? Dan
 
Yes, very simple. I did just that in my ex-job...

Check the OutputTO method, esp. the HTML option. You lose a lot of fancy formatting (lines, boxes, etc) but the data is there. It can then be printed via the browser's PRINT command.

Very simple. One line of code.

There are two ways to argue with a woman - neither one works.
Another free Access forum:
More Access stuff at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top