Search results

  1. S

    End of file problem

    I wanted to add a button with an event procedure to an existing form that would skip to the next record unless the end of the file was encountered in which case it would jump to the first record. I envision the code would look something like this: If (test for end of file) = False Then...
  2. S

    Adding multiple repcords in related table

    I have a table with student’s demographic information. I have another table with student’s grades. The two tables share the student’s ID Number field. The grade table has four records for each student, one for each grade period. In the application I will need to add and delete students and...
  3. S

    Need detail values to display in footer

    I’m trying to capture values of repeating numeric and text fields in the report detail and display them in a footer. The attached database is a better explanation of what I’m trying to do.
  4. S

    Incremental values in report missing

    I have a report with two groups identified, STDNO followed by GP. The value of GP in the table is either 1, 2, 3, or 4 and follows this sequence all the way through. I have a text box in the GP footer that captures the value of a field named NS in the detail section of the report based on the...
  5. S

    Multiple fields on one report line

    I can't believe my problem is as difficult to solve as my web search efforts indicate. In a nutshell I have the following data: Record# Period Subject Grade 1 1 Math 90 2 2 Math 80 3 3 Math 85 4 4 Math 95 I want the report to show: Subject Period 1 Period 2 Period 3 Period 4 Math 90 80 85...
Back
Top Bottom