Recent content by robnsd

  1. R

    count records of a particular value

    I want to see the number of records where a field equals a particular value in my report. I know of the count records function but it counts all records. How do I only count partucular records.
  2. R

    Records between a selected date and 30 days prior

    I changed the query as you stated but I still get an error message when I run it. Error message: "The expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning...
  3. R

    Records between a selected date and 30 days prior

    I want to query records between a date the user selects and 30 days prior. I tired the below criteria but I get an error message. How do I do this? Between [Enter Date:] And ([Enter Date:]-30)
Back
Top Bottom