Search results

  1. M

    VB problem on a report (its a strange one)

    I don't understand what you mean by this: me.txtTotal = [eng total] assuming txtTotal is the control name of the field where the total will be displayed. [eng total] is the control name where the total is displayed. Please tell me where I'm going wrong as I'm supposed to finish this project...
  2. M

    VB problem on a report (its a strange one)

    I tried the above but it did'nt seem to have any affect. The formatcount = 1 when each record is displayed and when the footer is displayed as well. I did play around with it for some time but no joy. It might be me using the formatcount wrongly please advise!! Thanks Matt
  3. M

    VB problem on a report (its a strange one)

    I will give it a try. Thanks for your help Matt
  4. 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...
  5. 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
  6. 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