hey guys hows it goin???
i have a recordset that contains fields labeled:
sentence1, sentence2, ... sentenceA, sentenceB
now i'm trying to find a way to retrieve the values of these fields. obviously i'm goin to loop through the recordset for each field. however, i'm not sure how to specify the wildcard because i'm not sure how many sentence fields are going to be in each recordset.
i've tried syntax such as string = rs(like "sentence*"
any suggetions would be greatly appreciated!
thanks in advance!
mike
mikednova@hotmail.com
i have a recordset that contains fields labeled:
sentence1, sentence2, ... sentenceA, sentenceB
now i'm trying to find a way to retrieve the values of these fields. obviously i'm goin to loop through the recordset for each field. however, i'm not sure how to specify the wildcard because i'm not sure how many sentence fields are going to be in each recordset.
i've tried syntax such as string = rs(like "sentence*"
any suggetions would be greatly appreciated!
thanks in advance!
mike
mikednova@hotmail.com