Search results

  1. M

    VB problem on a report (its a strange one)

    [englishlet] has a value 1 or 0 if a pupils grade is between A* and C I have the following code to create a running total on the footer of a report If [recordcount] = 1 Then [englishlet] = 0 'resets values to 0 If [recordcount] = 1 Then [eng total] = 0 'resets values to 0 [englishlet] = 0 If...
  2. M

    Footers

    Does any one know if it is possible to display a footer buy only on the last page of a report? Cheers Matt
  3. M

    VB code on a report problem

    [englishlet] has a value 1 or 0 if a pupils grade is between A* and C I have the following code to create a running total on the footer of a report If [recordcount] = 1 Then [englishlet] = 0 'resets values to 0 If [recordcount] = 1 Then [eng total] = 0 'resets values to 0 [englishlet] = 0...
Back
Top Bottom