anoniem Geplaatst: 4 juli 2013 Delen Geplaatst: 4 juli 2013 Ik heb 2 tabellen. Om te kijken welke getallen er in tabel 2 meer zit dan in tabel 1, wil ik de waarden die tabel 1 heeft deleten in tabel 2. Ik heb het al met Join en zo geprobeerd, maar niks, noppes, nada [code:1:e38a8bc2fc] Set Db = CurrentDb Set dbs = Application.CurrentData strSQL = "SELECT buz FROM bussenaantalb" Set Pst = Db.OpenRecordset(strSQL) Do While Not Pst.EOF busnr1 = Pst(0) strSQL = "DELETE FROM bussenaantal WHERE bus = '" & busnr1 & "'" Pst.MoveNext Loop Set Pst = Nothing Set Db = Nothing [/code:1:e38a8bc2fc] Quote Link naar reactie
anoniem Geplaatst: 8 juli 2013 Auteur Delen Geplaatst: 8 juli 2013 Lees dit een door: http://office.microsoft.com/nl-nl/access-help/twee-tabellen-vergelijken-en-records-zonder-overeenkomsten-zoeken-HA010205132.aspx Quote Link naar reactie
anoniem Geplaatst: 8 juli 2013 Auteur Delen Geplaatst: 8 juli 2013 Dankjewel. :D Quote Link naar reactie
anoniem Geplaatst: 15 augustus 2013 Auteur Delen Geplaatst: 15 augustus 2013 "Vertical bar" heet die, boven de backslash vaak. Quote Link naar reactie
anoniem Geplaatst: 15 augustus 2013 Auteur Delen Geplaatst: 15 augustus 2013 Het is inmiddels gelukt :wink: Quote Link naar reactie
Aanbevolen berichten
Om een reactie te plaatsen, moet je eerst inloggen