H
H. Martins
Hi.
I have a table whose fields are named boolType00, boolType01,
boolType02, ..., boolType19.
I need to make a loop and real all of the 20 fields. Something like:
Dim i1 As Integer
i1=0
While i1 < 20
Debug.Print MyTable!boolType"i1"
i1=i1+1
Wend
Is there a way to do it?
Thanks
H. Martins
I have a table whose fields are named boolType00, boolType01,
boolType02, ..., boolType19.
I need to make a loop and real all of the 20 fields. Something like:
Dim i1 As Integer
i1=0
While i1 < 20
Debug.Print MyTable!boolType"i1"
i1=i1+1
Wend
Is there a way to do it?
Thanks
H. Martins