Results 1 to 6 of 6
  1. #1
    crater is offline Novice
    Windows Vista Access 2003
    Join Date
    Nov 2011
    Posts
    3

    Newbee to Access 2003

    I am trying to create a "checklist" form. I have a Tables named: TblClients, TblItems, TblDates and a form named FrmChklist. Form Chklist record source is Tblclients. I have an ID for Clients in each table and an ID for Items in the Items Table, and even a DateID in the Date table.
    Now what I need to be able to do is 1) show the list of items for each client. This is "static". what needs to change is the date table. IE item 1 for client 1 may have a date of 12/12/11 but client2 may not have that same date for item 1. I can get this to sort of work with a one-to-many relationship but I cannot get the Dates table to show all records in the Items tbl or for each item. IE I may have to enter a date for item 33 today and tomorrow I need to enter a date for item 5, so I need fields available for each item in the Items table. Does this make any sence? I have attached my db so you can get the idea. Open FrmChklist and you'll see the two subforms I'm trying to work with or better suggestions are welcome.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    Just tried to open your zip, gave me a CRC error?

  3. #3
    crater is offline Novice
    Windows Vista Access 2003
    Join Date
    Nov 2011
    Posts
    3
    Try this one, not sure what happened

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    You have some structural problems with your tables. You need to get the tables structured to support what you are trying to do. Your tables need to be normalized.

    When I see Child1, Child2..., that's a sign of unnormalized data structure.

    Can you describe WHAT you are trying to do (what is your business so to speak) in plain English. Forget tables and forms for the moment.

  5. #5
    crater is offline Novice
    Windows Vista Access 2003
    Join Date
    Nov 2011
    Posts
    3
    Quote Originally Posted by orange View Post
    You have some structural problems with your tables. You need to get the tables structured to support what you are trying to do. Your tables need to be normalized.

    When I see Child1, Child2..., that's a sign of unnormalized data structure.

    Can you describe WHAT you are trying to do (what is your business so to speak) in plain English. Forget tables and forms for the moment.
    We are a goverment entity the rehabs low to moderate income housing. I am trying to make a client DB that will store file information (name, address, children, finacial info, work specs ect) that currently is all done in "hard copy paper form" The checklist represents paper forms that must be completed as our projects progress. So to say we start with an specialist inspection and end with a building dept final inspection is incorrect. Some of the items we have to send to the state level and will come back at any given time so there really isn't a chronological order to fill out the checklist by. Eventullay It's my thoughts that if a date field is empty the app. will not allow us to close the project, meaning "hey something is missing from your file". Plus the db will be shared by our entire dept. so anyone could access it. So when I'm out in the field and need a phone number, I can call into the secratatry and she could pull up the client by address and tell me the number, instead of pulling the file out and searching though it to find the phone number. Plus our files are locked up, so the secratary doesn't even have access to them unless one of us is around.
    Bascially I am trying to create a "Case Management database" that starts with Intake(Active) and can proceed though the entire process of the rehab and end with closing the file (Inactive)
    Does this help any?

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    If you are intent on building a case management data base that multiple users will use daily, you will need to get your table structures set up properly.
    There are a couple of case management related data models (links below)

    The first deals with legal cases and the second is about social workers cases. You may get some ideas from them.

    http://www.databaseanswers.org/data_...ment/index.htm
    http://www.databaseanswers.org/data_..._mgt/index.htm

    Another good resource to help get you oriented to database design is
    http://forums.aspfree.com/attachment...achmentid=4712

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

Similar Threads

  1. import excel file to access 2003 yes, access 2007 no
    By stapik in forum Import/Export Data
    Replies: 9
    Last Post: 07-27-2011, 07:09 AM
  2. An access newbee
    By koendekruijf in forum Database Design
    Replies: 3
    Last Post: 05-31-2011, 02:52 AM
  3. Newbee need help!!!!
    By noelrobb in forum Access
    Replies: 7
    Last Post: 10-01-2010, 12:40 PM
  4. Help with an access question..newbee!
    By jimerinjc in forum Access
    Replies: 1
    Last Post: 07-10-2010, 12:01 PM
  5. Replies: 1
    Last Post: 09-06-2006, 11:48 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