T
tinybears
Hoi,
Does anybody know how to make a loop in this example?
This is a snapshot of my code. I want a loop from 2002 to 2006, see the
letter i in my code, but this doesn't work. Does anyone have a clue?
Dim i As Integer
For i = 2002 To 2006
Set Algemene_solvabiliteitscoëfficiënt = DB.OpenRecordset("SELECT
Algemene_solvabiliteitscoëfficiënt FROM i ", dbOpenSnapshot)
Next i
Does anybody know how to make a loop in this example?
This is a snapshot of my code. I want a loop from 2002 to 2006, see the
letter i in my code, but this doesn't work. Does anyone have a clue?
Dim i As Integer
For i = 2002 To 2006
Set Algemene_solvabiliteitscoëfficiënt = DB.OpenRecordset("SELECT
Algemene_solvabiliteitscoëfficiënt FROM i ", dbOpenSnapshot)
Next i