String

  • Thread starter Thread starter Kim
  • Start date Start date
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
 
See help on OpenRecordset()

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top