I just have a table1 into c:\mydir\mymbd.mdb
I just have 3 fields (field1, field2..)
I need, from the loop in code, to add new fields based the var TEST
note:Code:RIGA = 0 While Not GAF_RS.EOF TEST = GAF_RS(0) RIGA = RIGA + 1 GAF_RS.MoveNext Wend
all fields are TEXT format and max character from var TEST is max 2
please with vb6 code, tks.
possible?




Reply With Quote