Microsoft
Software
Hardware
Network
Question : HOW TO SHOW QUERY RESULTS IN A MSGBOX?
HOW TO SHOW QUERY RESULTS IN A MSGBOX?
Answer : HOW TO SHOW QUERY RESULTS IN A MSGBOX?
something like
dim str as string
rs.open("SELECT blah FROM table1")
while not rs.eof
str&=rs!blah & ","
wend
msgbox str
Random Solutions
WSUS Event Log Error 13042
To httpd or to apachectl?? upgrade kills autostart
Verify input data from database via call to ASP
How do I prevent that somebody steals my pictures ?
How to create scheduled job using Query Analyzer
Delete with subquery
Data menu inactive for Excel files opened in IE
Help converting date format and pivot charting
Why do some backlinks count, and some don't?
Difference between .Value and Value2