Recent content by fishindude64

  1. F

    VBA Error in Access Report

    Thanks for the heads up. I found out the reason there was no data in the report is because someone hard coded the criteria values into the reports query. I have it set up with a form that accepts user-supplied criteria and stores it into variables using functions. After modifying the query...
  2. F

    VBA Error in Access Report

    It is attached. The name of the report is Faculty/Staff Office Hours Report.
  3. F

    VBA Error in Access Report

    It is the correct spelling of the checkbox control. The associated label has the generic name of Label45.
  4. F

    VBA Error in Access Report

    Hello all, I am receiving the error "You entered an expression that has no value" within an Access report. The report is grouped on a field and I have the below code in the Group Header On Format property: If FormatCount = 1 Then ' If office hours are to be posted, If...
Back
Top Bottom