Search results

  1. S

    update query between two tables

    Hi! I posted a thread titled "beginner in vba - select query" some days ago. I tried another way but there is another problem. This is my problem. I would like to show 'field1' and 'field2' on form2, but 'field1' and 'field2' are saved in table1. moreover, I would like to save 'field1' and...
  2. S

    beginner in vba - select query

    Hi, may anyone help me? there is two masks and two tables. I want to click on a buttom in mask2 and run the following code: Dim query1 As String Dim query2 As String Dim objDB As Database Set objDB = CurrentDb query1 = "SELECT mask1.field1, mask1.field2 FROM mask1" _ & "WHERE...
Top Bottom