Results 1 to 5 of 5
  1. #1
    leamas is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2012
    Posts
    21

    Application Selection Report..?

    Currently brainstorming ways to make my db work, and hoping anyone with input can help me out.




    The end result, in my head, is a simple form that generates a report.

    As it stands, my db is only on paper. I have a number of "applications" (much like an iphone i.e. flashlight, redlaser, other utilities) that I would like a user have the ability to select (but not actually operate within the database). These applications will be able to complete certain goals, so if the user knows my applications functions, it will automatically select the "results" and all information regarding those results i.e. safety info (do not look directly into light), but not the info for applications not selected.

    Conversly, if the user is not familiar with my apps, I would like them to also be able to select the "goals" or results of the apps, with the same information "pull" as with the other option.

    My problem currently is how to link these within a table, or what exactly I should put in each table, or even the number of tables.

    I know Access, but I'm definitely no wiz. Please help if you would be so kind!

    Thank you,

    Alec

  2. #2
    R_Badger is offline Knows a few tricks
    Windows XP Access 2003
    Join Date
    Feb 2012
    Location
    Suffolk, UK
    Posts
    262
    I would go for an initial idea of three tables:

    Tbl_goals

    G_ID,Goal

    Tbl_App

    App_ID, Application

    Tbl_App_Goal

    AG_ID, G_ID, App_ID

    what you are trying to explain is hard I know, concept it always hardest to understand.

    But that would enable you to link goals to applications.

    From there because you haven't elaborated on the safety info I dont really know what to suggest, i.e will it be like COSHH sheets whete you link to another (supplier produced) document, or will it be within the database. Will you be linking generic sections of safety data, or will you be writing bespoke ones for each?

    As I said I know the concept is hardest (and its even harder to explain it to anyone else!)

    But good luck anyway I hope this has helped a little

  3. #3
    leamas is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2012
    Posts
    21
    This helps quite a bit, thank you R Badger. I'm a little confused about the ID's though. how do those fit in?

    Thank you!

  4. #4
    R_Badger is offline Knows a few tricks
    Windows XP Access 2003
    Join Date
    Feb 2012
    Location
    Suffolk, UK
    Posts
    262
    take a look at this, link here. Basically you are mad if you design a database that does not conform to a normalzsed principle.

    You could, use the text fields as the keys, however they are larger for the database to store (long story short normalization reduces errors, makes your database run faster, and work consistently) and I'm certain nearly anyone will tell you to organise it that way too.
    Last edited by R_Badger; 07-12-2012 at 09:23 AM. Reason: forgot to insert the hyperlink

  5. #5
    leamas is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2012
    Posts
    21
    Quote Originally Posted by R_Badger View Post
    take a look at this, link here. Basically you are mad if you design a database that does not conform to a normalzsed principle.

    You could, use the text fields as the keys, however they are larger for the database to store (long story short normalization reduces errors, makes your database run faster, and work consistently) and I'm certain nearly anyone will tell you to organise it that way too.

    Thank you!

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

Similar Threads

  1. Programming a Report Card Application
    By mrovet in forum Programming
    Replies: 1
    Last Post: 06-16-2012, 02:11 AM
  2. Replies: 1
    Last Post: 09-21-2011, 03:21 AM
  3. Replies: 19
    Last Post: 05-12-2009, 02:59 PM
  4. Replies: 0
    Last Post: 08-26-2008, 09:22 AM
  5. Access application to Web based application
    By admaldo in forum Access
    Replies: 0
    Last Post: 06-12-2008, 06:22 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