Recent content by eddy556

  1. E

    Read values from a report

    Okay how would I search through one of them looking for a certain module etc when there could be more than one
  2. E

    Read values from a report

    I have a report with module names on it. How would I loop through these names to check for a certain module)? Thanks
  3. E

    Between two numbers?

    You're the king!
  4. E

    Between two numbers?

    Am I right in thinking Case Is >= 60 < 69 Me.txtClassification.value = "Merit" Exit Function Tests if the case is between 60-69?
  5. E

    Between two numbers?

    Thanks thats perfect
  6. E

    Between two numbers?

    Hey, I know I'm probably being a bit dumb here but I've got a problem trying to test if a number is between two other numbers. This is what I've got: If (assignment >= 40 < 50) Or (exam >= 40 < 50) Then If (Average > 50) Then MsgBox ("Compensated Pass") Exit...
  7. E

    Accessing values in a report

    Yes that what I mean - what code do I write within the report to get at those details?
  8. E

    Accessing values in a report

    How do I access the values in a report using VBA? For example using VBA how would I see whether a certain value has appeared on the report? Thanks
  9. E

    Event on Report Open

    Hmm well with the OnFormat it execute loads of times?
  10. E

    Event on Report Open

    What event would I use to run some code when a report opens in order to populate a textbox? Thanks
Back
Top Bottom