Query results to message box

  • Thread starter Thread starter noel
  • Start date Start date
N

noel

Does anyone have guideance on putting query results, by
row, into a message box?

THANKS!!
 
It sounds like a bad idea. Why not write it to a worksheet or use a useform
and put it in a listbox.
 
OK if a UserForm would work better, then how would you gqt
the query results into the form?
 
Tom Ogilvy said:
It sounds like a bad idea. Why not write it to a worksheet or use a useform
and put it in a listbox.

Agreed. But if the results set is small and the OP is using an ADO
recordset, the GetString method would do the job nicely.

Jamie.

--
 

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