Search results

  1. H

    Crosstab queries

    I am novice to MS Access. I have created small database. I've got SELECT Query StudentID Name Last Name CourseName StartTime FinishTime TeacherID RoomID 1 XX YY ZZZ 10:00 11:00 5 RoomA...
  2. H

    How to run query based on filtered form recordset

    If any of you could help me on this, I really appreciate for it. I have a form (it includes several subforms but it is not important). Using Filter in toolbar I can narrow my data set. I got a query based on the same tables with this form. I just need to link somehow form and query. I want to...
  3. H

    Error 3346: The number of query fields and destination fields are not the same

    Hi everyone I am trying to insert several data into a table. (simply appending students and teacher attendance) I can do students but I have got problems with teacher attendance The following code works fine Private Sub UPDATETEACHER_Click() Dim strSql As String Dim strSql_2 As String...
Back
Top Bottom