displaying text in Data Access Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report, which works great, I have recreated it in a Data Access page but cannot find a way to display all fo the text in one of the fields. In the report there is a can grow option which I select as yes, is there anything like that it the pages. The field size is a memo field that we use to track problems and their resolutions.
I have tried the Save as data Access Page function for the report, but it buts each record is then on a different page, and it only displays one record at a time
Any ideas?
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You can export the report to an HTML file by using (highlight report):

File > Export > (select HTML Documents in File Type Combo on the
"Export Report ..." dialog box)

Or in VBA use the TransferDatabase method of the DoCmd object to save
the report as an HTML file. (Note: If the report spans more than one
page there will be as many HTML files as there are report pages.)

- --
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQBKr+oechKqOuFEgEQKQ3wCgslotI3+lyGao52BRwL1Z500LhwcAnR1E
wkA29K24XAJQuIynK8vIErjU
=QKgm
-----END PGP SIGNATURE-----
 
That is precisely my problem I want it all on one page. I need users to be able to print the report without having access to the database or the server it is on.
I have tried just having a front end databse for them on another server but we ahve 3 differnt versions of Access and most could not access it.
 
Back
Top