Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Missing Data in an Access Report

Missing Data in an Access Report

Scheduled Pinned Locked Moved Database
csharpdatabaseasp-netcom
9 Posts 3 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vimalsoft Pty Ltd
    wrote on last edited by
    #1

    Good Day All I imported data into a Ms Access 2013 from SQL and all the data is there. I created a Query and also created a report that will use the Query. So the Query returns all the data. There are around 590 000 records that needs to be displayed by the record and records that are returned by the Query. when i do a Print Preview it gives me Page 32767 of 12224 So i am afraid to start printing because from this look it seems like it does not show all data, but my assumption is that Print Preview cant show all the data , even if i try to go to the last page, can anyone clear my assumption. Thanks

    Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

    J M 2 Replies Last reply
    0
    • V Vimalsoft Pty Ltd

      Good Day All I imported data into a Ms Access 2013 from SQL and all the data is there. I created a Query and also created a report that will use the Query. So the Query returns all the data. There are around 590 000 records that needs to be displayed by the record and records that are returned by the Query. when i do a Print Preview it gives me Page 32767 of 12224 So i am afraid to start printing because from this look it seems like it does not show all data, but my assumption is that Print Preview cant show all the data , even if i try to go to the last page, can anyone clear my assumption. Thanks

      Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

      J Offline
      J Offline
      jschell
      wrote on last edited by
      #2

      Vuyiswa Maseko wrote:

      There are around 590 000 records...So i am afraid to start printing

      You should be. Why exactly do you think that you should print something that is probably going to be about 6000 pages (at 100 records per page). Who has told you that they are going to read this? Have you suggested to them what 6000 pages represents? Perhaps if you put a box (10 x 500 packages) on their desk and ask them what they planned to do with that then you might start a conversation that would lead to reports that are actually useful. Other than that I certainly wouldn't attempt to print that at one go. If it messes up in the middle you have to start the entire job over. So select 400 pages at a time and print. Might tell them you need your own printer too as it is going to tie it up for quite a while.

      V 1 Reply Last reply
      0
      • V Vimalsoft Pty Ltd

        Good Day All I imported data into a Ms Access 2013 from SQL and all the data is there. I created a Query and also created a report that will use the Query. So the Query returns all the data. There are around 590 000 records that needs to be displayed by the record and records that are returned by the Query. when i do a Print Preview it gives me Page 32767 of 12224 So i am afraid to start printing because from this look it seems like it does not show all data, but my assumption is that Print Preview cant show all the data , even if i try to go to the last page, can anyone clear my assumption. Thanks

        Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        I agree with jschell, you are asking access to do something inherently dumb, print 1000s of pages and you wonder why it is giving you wrong results!

        Never underestimate the power of human stupidity RAH

        V 1 Reply Last reply
        0
        • J jschell

          Vuyiswa Maseko wrote:

          There are around 590 000 records...So i am afraid to start printing

          You should be. Why exactly do you think that you should print something that is probably going to be about 6000 pages (at 100 records per page). Who has told you that they are going to read this? Have you suggested to them what 6000 pages represents? Perhaps if you put a box (10 x 500 packages) on their desk and ask them what they planned to do with that then you might start a conversation that would lead to reports that are actually useful. Other than that I certainly wouldn't attempt to print that at one go. If it messes up in the middle you have to start the entire job over. So select 400 pages at a time and print. Might tell them you need your own printer too as it is going to tie it up for quite a while.

          V Offline
          V Offline
          Vimalsoft Pty Ltd
          wrote on last edited by
          #4

          Good Day Jschell Thank you for your reply. i will like to reserve my harsh comment for the other reply that i received after you , but i will politely reply to your question. Who has told you that they are going to read this? This is a book called the valuation roll , everyone comes and read this book because it tells a person how much they are going to pay in taxes ,for sure more than a million people are going to read the book. Have you suggested to them what 6000 pages represents? Perhaps if you put a box (10 x 500 packages) on their desk and ask them what they planned to do with that then you might start a conversation that would lead to reports that are actually useful. I have now decided to split it to 30000 to be on the safe side and created temp tables with the data sequential and its fine now thanks , what i learned is that Access Report will never output more than "32767", so basically in a Page you would have 10 records and if you take 590 000 and Divide by 10 it gives more 30000 Pages, so that is when i realized where and how to fix the problem. Your reply was still going to point me to the direction of Splitting the data. Thanks

          Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

          J 1 Reply Last reply
          0
          • M Mycroft Holmes

            I agree with jschell, you are asking access to do something inherently dumb, print 1000s of pages and you wonder why it is giving you wrong results!

            Never underestimate the power of human stupidity RAH

            V Offline
            V Offline
            Vimalsoft Pty Ltd
            wrote on last edited by
            #5

            Requirements in Software Development or in any industry might sometimes overcome the basic understanding of what makes sense to you. Sometimes before reply you must try to understand what is the poster's point of view and after that you can reply or decide to be rude. For your information, you can read my reply on jschell's reply.

            Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

            M J 2 Replies Last reply
            0
            • V Vimalsoft Pty Ltd

              Requirements in Software Development or in any industry might sometimes overcome the basic understanding of what makes sense to you. Sometimes before reply you must try to understand what is the poster's point of view and after that you can reply or decide to be rude. For your information, you can read my reply on jschell's reply.

              Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

              M Offline
              M Offline
              Mycroft Holmes
              wrote on last edited by
              #6

              Your "harsh reply" may be justified. I should have been somewhat more diplomatic. However you say more than a million people are going to read this tome, astonishing, no really I will be absolutely astounded if a million people read that book. Some may reference the book and here is where I should have been more sensitive, I automatically assure that referencing such a vast amount of data would only be done electronically, this may not be an option for some! Still the viability of printing 1000s of pages via Access stikes me as using the wrong tool for the job. Anything lees than a professional printing solution would be the wrong tool! I am mightily impressed that you did not resort to down voting the response :)

              Never underestimate the power of human stupidity RAH

              V 1 Reply Last reply
              0
              • M Mycroft Holmes

                Your "harsh reply" may be justified. I should have been somewhat more diplomatic. However you say more than a million people are going to read this tome, astonishing, no really I will be absolutely astounded if a million people read that book. Some may reference the book and here is where I should have been more sensitive, I automatically assure that referencing such a vast amount of data would only be done electronically, this may not be an option for some! Still the viability of printing 1000s of pages via Access stikes me as using the wrong tool for the job. Anything lees than a professional printing solution would be the wrong tool! I am mightily impressed that you did not resort to down voting the response :)

                Never underestimate the power of human stupidity RAH

                V Offline
                V Offline
                Vimalsoft Pty Ltd
                wrote on last edited by
                #7

                Pardon me for the word "Read" it should be substituted with the word "Reference", This book is also available electronically, but there are people who comes in some parts of the Offices in the the city who don't have access to the electronic version

                Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

                1 Reply Last reply
                0
                • V Vimalsoft Pty Ltd

                  Good Day Jschell Thank you for your reply. i will like to reserve my harsh comment for the other reply that i received after you , but i will politely reply to your question. Who has told you that they are going to read this? This is a book called the valuation roll , everyone comes and read this book because it tells a person how much they are going to pay in taxes ,for sure more than a million people are going to read the book. Have you suggested to them what 6000 pages represents? Perhaps if you put a box (10 x 500 packages) on their desk and ask them what they planned to do with that then you might start a conversation that would lead to reports that are actually useful. I have now decided to split it to 30000 to be on the safe side and created temp tables with the data sequential and its fine now thanks , what i learned is that Access Report will never output more than "32767", so basically in a Page you would have 10 records and if you take 590 000 and Divide by 10 it gives more 30000 Pages, so that is when i realized where and how to fix the problem. Your reply was still going to point me to the direction of Splitting the data. Thanks

                  Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

                  J Offline
                  J Offline
                  jschell
                  wrote on last edited by
                  #8

                  Vuyiswa Maseko wrote:

                  for sure more than a million people are going to read the book.

                  Nope. There is no way that you are going to get one million people to read 6000 pages (plural) much les 30,000. What is going to happen instead is that they are going to search for what they already know they are looking for. And then read 1 or perhaps as many as 10 pages to find what they are looking for. And that is where the solution lies. Provide a way for them to search for it.

                  Vuyiswa Maseko wrote:

                  so that is when i realized where and how to fix the problem.

                  Presumably your design will have 30,000 static pages and then provide a way to figure out where something is in those pages and then go to the specific page.

                  1 Reply Last reply
                  0
                  • V Vimalsoft Pty Ltd

                    Requirements in Software Development or in any industry might sometimes overcome the basic understanding of what makes sense to you. Sometimes before reply you must try to understand what is the poster's point of view and after that you can reply or decide to be rude. For your information, you can read my reply on jschell's reply.

                    Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa[at]dotnetfunda.com http://www.Dotnetfunda.com

                    J Offline
                    J Offline
                    jschell
                    wrote on last edited by
                    #9

                    Vuyiswa Maseko wrote:

                    Requirements in Software Development or in any industry might sometimes overcome the basic understanding of what makes sense to you.

                    That it true to a limited extent. HOWEVER 1. That doesn't mean that the requirements are always right. 2. That doesn't mean that the requirements are always complete. 3 That doesn't mean that the requirement are always understood. 4 That doesn't mean that the requirements are always possible nor logical. A professional developer must be willing and capable of recognizing when there is a flaw in the requirements and tell the business people what those are so together they can work towards a solution that meets the business needs. And as a guess in terms of this posting, for what you posted, I would suppose that #2 in the above was the problem. Since presumably you already knew you needed to produce indivdiual pages in an electronic form and not just one massive single paper report. At least I am hoping that is what your other post meant.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups