Hi,
I am trying to return a formatted query result. For example:
SELECT * FROM TBL1
This will give me a string of text that I would like to format with carriage returns and semi colons.
Sorry I should have been more specific. The query results
would end up directly in a VB text box. The column in the
database will have just text (varchar(255)). For example i
use the query SELECT * FROM tbl1 WHERE column1 ='value' I
get:
The quick brown fox runs over the lazy dog
I would like to format it as:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.