Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Tuttle2

    Use of the If..Then Statement

    Hello, I am working on a database project that will have an output to a report composed of a series of Check Boxes to indicate completed tasks. A task is considered complete when a given date falls with in a two year window. (Between Date() and (Date () + 730)). I am able to get the query to...
  2. Tuttle2

    Using VBA to Change a "Check Box" value

    If Me.chkCPR = 1 Then Me.InitalAssessment = "Yes" End If If Me.chkACLS = 1 Then Me.InitalAssessment = "Yes" End If If Me.chkEMT = 1 Then Me.InitalAssessment = "Yes" End If If Me.chkCPR = 1 Then Me.VitalSigns = "Yes" End If...
  3. Tuttle2

    Using VBA to Change a "Check Box" value

    I am currently working on a project and would like to have the value from one table (1 or 0) Spark the change in a check box of another table. If the first table is a "1" then the Second tables check box is "Yes"... I have been attempting this with an IF...Then statement...
  4. Tuttle2

    on-line exam

    Jelloshot1, Thanks for taking the time to reply to my request. What I have set up is multiple choice and true/false. The use of option buttons allow for the easy entry of Reponses to the question. What I want is for Access to auto grade the responses. Over the course of the past few days I...
  5. Tuttle2

    on-line exam

    I am looking for assistance to develop an online testing program...I have been able to create a front end in Access that will allow the user to enter his/her responses to questions but I am not able to get Access to grade the exam. Is there an easy wat to do this? Thanks, Mark Tuttle

Part and Inventory Search

Back
Top