Search results

  1. W

    loop though list of values as criteria for insert statement

    I have same issue and test your suggest code and solved ,, SELECT Table1.ID, Table1.number FROM Table1, Table2 GROUP BY Table1.ID, Table1.number HAVING (((Table1.ID) In (SELECT idd FROM table2))); tanks for all warzer hassan
  2. W

    Code to delete records in a Table

    I have same issue and test your suggest code and solved ,, tanks for all warzer hassan
  3. W

    search for mulit value ...

    Hello all I want to build a query to find some values by using textboxes form how to do that? example : ID name 1 AAA 2 BBB 3 CCC 4 DDD 5 EEE when insert ID 1,3 and 4 in text0 on form1 the query find name for ID 1,3 and 4 but using [Forms]![Form1]![text0] ,(...
Top Bottom