Results 1 to 2 of 2
  1. #1
    robslackjr is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    1

    Cannot create blank fields in auditing database

    I am new to MS Access and am trying to create an audit database. This database creates audits comprised of a series of questions. Each question is associated with a number of attributes, including process area and weighting. I am having trouble creating forms that create a set of blank questions.

    Table Structure

    The db centers on three primary tables:

    Audits -
    Provides an index of audits that have been conducted.



    • PK
    • Date of audit
    • Name of auditor


    Audit questions - Provides an index of each question in the assessment; this table also associates various attributes (such as weighting) from secondary tables.

    • PK
    • Weighting
    • Process area
    • Other attributes

    Results- Contains the data for individual audits.

    • Primary key
    • audit fk
    • question fk
    • Results
    • Findings,
    • Observations, etc.


    Form Structure

    I have created a form based on the audits table. I have added to this form a subform based on a query that combines questions and data. This query allows me to see the questions that have been already been answered along with the answers.

    Description of Problem

    I need this form to be able to (1) create a new assessment and then (2) populate a fresh set of blank questions. I am able to review already conducted audits but I cannot figure out how, within this structure, to show the end user the entire set of questions that need to be filled out.

    I have been floundering with the problem for a couple of days and can't figure out if the solution is a matter of creating a macro that both creates a new assessment and appends data into the results table, of if it's a matter of better querying and/or form design.

    (I will also need to figure out how to implement the appropriate data validation to assure that all fields are populated--but I think I can muddle through that issue on my own...)

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,601
    You need to create records in the Results table. Then present this set of 'blank' records to the user for completion of other data. Can use an INSERT SELECT sql action to accomplish. Here is one example https://www.accessforums.net/program...nts-26223.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 2
    Last Post: 06-23-2012, 12:09 PM
  2. no blank fields
    By imintrouble in forum Forms
    Replies: 2
    Last Post: 10-24-2011, 10:21 AM
  3. Access checkboxes & auditing
    By aqutan in forum Access
    Replies: 6
    Last Post: 09-15-2011, 08:45 AM
  4. Auditing in Access Database
    By hannankhanji in forum Access
    Replies: 0
    Last Post: 03-01-2011, 05:21 AM
  5. Replies: 2
    Last Post: 02-04-2010, 10:45 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