Results 1 to 4 of 4
  1. #1
    Sunny99 is offline Novice
    Windows 10 Office 365
    Join Date
    Dec 2020
    Posts
    6

    Angry a quality report.....


    Hey, the reports on access don't format my information the way I want it to. I am formatting medical information so the report has to be well laid out and put together nicely. I am trying to do a paramedic report. The report has the patients name , and contact info and address. I also includes personal meds and allergies. I have tried inputting / exporting info, but that still does not work all that well. I am thinking of HTML. Anybody got any suggestions?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    im sure access can format the report any way you need.
    can we see a report you want?

  3. #3
    accesstos's Avatar
    accesstos is offline Expert
    Windows XP Access 2007
    Join Date
    Dec 2018
    Location
    Greece
    Posts
    551
    Quote Originally Posted by Sunny99 View Post
    I am thinking of HTML. Anybody got any suggestions?
    Yes, it's ease to create an HTML document with VBA. In actualy, you make some replacements in a tamplate HTML text with the values of the desired record(s) and save it as .html.
    For example, in this html snippet:
    HTML Code:
                <div class="animal">
                    <div class="animals details">
                        <h3 class="animals name">animalName</h3>
                        <p class="animals desc">animalDesc</p>
                    </div>
                    <img class="animalImage" alt="animalName" title="animalDesc" src="animalPhoto"/>
                </div>
    you have to replace the animalName, animalDesc and animalPhoto with the values of the corresponding fields of a recordset.

    I have attached a samlpe db (Animals.zip) in this post:
    https://www.accessforums.net/showthr...105#post464105

  4. #4
    ssanfu is offline Master of Nothing
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Welcome to the forum..

    I would stick with Access reports - what you want seems pretty simple. Can you attach an image of what you want the report to look like?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 12-16-2016, 12:55 AM
  2. PDF Quality
    By Rustin788 in forum Reports
    Replies: 4
    Last Post: 07-02-2015, 07:42 AM
  3. Replies: 8
    Last Post: 04-21-2015, 12:05 PM
  4. Access Image on Report - Poor Quality
    By MrSpadMan in forum Reports
    Replies: 1
    Last Post: 04-15-2015, 01:38 PM
  5. Quality Database
    By Top Fuel Friday in forum Database Design
    Replies: 2
    Last Post: 02-12-2011, 07:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums