String

K

Kim

If I have a recordset that has more than one record, how
can I store each record as a seperate string?

x= record 1
y = record 2
z = record 3


Thanks,

Kim
 
A

Allen Browne

See help on OpenRecordset()

It is much easier to manipulate a recordset than an array of strings.
 
Top