N noel Sep 29, 2004 #1 Does anyone have guideance on putting query results, by row, into a message box? THANKS!!
T Tom Ogilvy Sep 29, 2004 #2 It sounds like a bad idea. Why not write it to a worksheet or use a useform and put it in a listbox.
G Guest Sep 29, 2004 #3 OK if a UserForm would work better, then how would you gqt the query results into the form?
J Jamie Collins Sep 30, 2004 #5 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. Click to expand... 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. --
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. Click to expand... 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. --