Search results

  1. A

    query (on the fly) doesnt show empty records

    In my database I have filter form with 3 combos.when I press ok button on form it shows all records in a query (on the fly).But it doesnt show empty records,so I added strOffice = " Like '*' OR 'Is Null' " but it doesnt work. Please help and thanks in advance. Private Sub cmdOK_Click() '...
  2. A

    Please help

    I have a form with two combo boxes.ComboTeachers(TeacherID,TeacerName) and ComboStudents(StudentID,StudentName).ComboStudents is filtred by ComboTeachers and shows students of the teacher which is selected in ComboTeacher.When I click a student in a combo by after update event opens a query that...
  3. A

    Please help

    I have a database with 3 tables > 1st table "Departements"(departemenetcode-autonumber,departementname) > 2nd table "Teachrs"(teachercode-autonumber,teachername) > 3rd table "Students"(studentcode-autonumber,studentname and other information for student) > In "Teachers" table I have combo based...
  4. A

    Please help if possible

    I have a database with 3 tables > 1st table "Departements"(departemenetcode-autonumber,departementname) > 2nd table "Teachrs"(teachercode-autonumber,teachername) > 3rd table "Students"(studentcode-autonumber,studentname and other information for student) > In "Teachers" table I have combo based...
  5. A

    "all" in combo box that open query

    I have a Students combo box(stedentID,studentname) that is limited by Teachers combo box(theacherID,theachername).When I click a student in a Students combo box (whith on click event) opens a query that is filtred by a selection in Students combo box.I want to have "all" in Students combo box...
Back
Top Bottom