Results 1 to 8 of 8
  1. #1
    Wojtej is offline Novice
    Windows 11 Access 2016
    Join Date
    Jun 2023
    Posts
    2

    Question Raport of values out of tolerance

    Can I make an easy raport in MC Access that shows whitch dataset, that are not in norme?

    For example i have three values: 10, 20, 30 and they have their own tolerances: 8-12, 19-33, 25-29

    How can I extract to raport only the third value in the raport, and it would be nice to add some text to it?
    Or I could extract based on a Yes/No box, how could I do it?

  2. #2
    xps35's Avatar
    xps35 is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Jun 2022
    Location
    Schiedam, NL
    Posts
    300
    That could be easy. But we do not know your data structure. How are the values and tolerances stored? Please provide more details or a copy of your database.
    Groeten,

    Peter

  3. #3
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,822
    Hi

    Are you storing the three values: 10, 20, 30 as Records in a related table
    or are they stored in fields in a table?



  4. #4
    Wojtej is offline Novice
    Windows 11 Access 2016
    Join Date
    Jun 2023
    Posts
    2
    Hey, the values and normes are in the same table. It is value#1, value#2, value#3, and minimum#1, minimum#2, minimum#3, maximum #1, maximum #2, maximum #3 made this one simpler, but that's the gist of it
    max and min both have basic value accordingly to the need

  5. #5
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,570
    Would be better as separate records.
    Access is nothing like Excel.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  6. #6
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,822
    Hi
    OK so your table structures are wrong.
    Can you upload a zipped copy of the database so we can see the table structures?

  7. #7
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,425
    Ditto. Research db normalization, fix your tables and come back. If not, you will always struggle with what you have. Getting what you want from this
    10 20 30
    is more difficult than getting it from this
    10
    20
    30
    The second arrangement is the way it should be in a database. The first is how it's normally done in Excel.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  8. #8
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,570
    Quote Originally Posted by Micron View Post
    Ditto. Research db normalization, fix your tables and come back. If not, you will always struggle with what you have. Getting what you want from this
    10 20 30
    is more difficult than getting it from this
    10
    20
    30
    The second arrangement is the way it should be in a database. The first is how it's normally done in Excel.
    Your tolerances should be in rows as well.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

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

Similar Threads

  1. Replies: 5
    Last Post: 06-01-2023, 12:16 PM
  2. Replies: 3
    Last Post: 12-14-2021, 11:08 AM
  3. Replies: 13
    Last Post: 06-01-2020, 07:19 PM
  4. Replies: 6
    Last Post: 05-28-2020, 11:44 AM
  5. Replies: 3
    Last Post: 10-30-2016, 05:50 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