Search results

  1. L

    Creating unique Reports

    I want to create a new report for each student that i have in my database, so i can see the student's information in a report and print it if i want, but only one student per report. I have a form called StudentDetails, on that i have a ComboBox called GoTo where i can easily access every...
  2. L

    Control image through combobox

    Hy everyone. I'm having a problem with my programming hope somebody can help me. I want to control an image using a combobox and i'm using the following code: Private Sub Combo_MED_AfterUpdate() If Combo_AI.Value = "Complete" Then Figure13.Visible = True...
  3. L

    Bring selected information to report

    I'm having some problems with my report and i will try to explain what is happening: I have one table with information about student, including the column "STATUS" that is represented by the value list with the row source: "Current", "Applicant", "Graduated", and "Transferred"; I'm trying to...
Back
Top Bottom