Fill message box with query results

S

scottb

Can you place the result set of a query into a message
box? Sort of a curiosity. Thanks. -scott
 
V

Van T. Dinh

You need to convert the result set to a Text String first since the result
set of a Query is not a single item.
 
Top