'Fd1 and sele2 are string variables for feild names
'rs is the record set Access database
'DB1 is a msflexgrid
fd1 = ("TC" + sele2)
While Not rs.EOF
If rs.fd1 = sele3 Then
DB1.Rows = row + 2
scid = rs!SchoolID
DB1.TextMatrix(row, 1) = scid
DB1.TextMatrix(row, 4) = rs!TC01
DB1.TextMatrix(row, 5) = rs!TC26
row = row + 1
error masage object does not support
want help to correct this error
2007-03-11
04:54:37
·
2 answers
·
asked by
suga
1
in
Computers & Internet
➔ Programming & Design