Search results

  1. T

    Check Box = Value

    Got it Charity - Thanks for the help!!! Now to just create the reports and the Querys and this will be done. Right on schedule too... my roomie said he needs it for tomorrow You are a godsend!!
  2. T

    Check Box = Value

    Hey Charity: I tried that but it does not update like the other way did. Something I'm missing? Yours Mike
  3. T

    Check Box = Value

    Thanks Charity Well I have a Button to Save Record... couldn't I put something in there that will blank all the fields or set them to 0? Yours Mike
  4. T

    Check Box = Value

    Charityg... so far this is what I got Here's the code from one of my checkboxes Private Sub Validated___Changed_Address___Phone___PCP_Click() If Validated___Changed_Address___Phone___PCP = -1 Then txtValidated_Changed = 15 Else txtValidated_Changed = 0 End If End Sub...
  5. T

    Check Box = Value

    Please be patient, since I have never used Access before and have taught myself so far. In the VBA code I have Dim intSvcProc As Integer Dim intCallMgt As Integer Dim intSvcDelv As Integer (This is right after Option Compare Database) Then for each OnClick, there is a sub that adds the...
  6. T

    Check Box = Value

    Okay so I am a newbie at this.. so please be patient. I am working on a new database for Quality Control. basically, there are a series of Yes/No questions and the customer service rep gets points for each Yes. then they are totaled (for each section) and we get a precentage. What I need to...
Back
Top Bottom