G Guest Sep 28, 2006 #1 Kindly advise me how to SELECT fields values from a table as cocatenated string?
W Warrio Sep 28, 2006 #2 Hi Shalash, Create a query and go to Sql view and type: SELECT Field1 & Field2 AS myStr FROM Table1 the symbol & is used for this purpose
Hi Shalash, Create a query and go to Sql view and type: SELECT Field1 & Field2 AS myStr FROM Table1 the symbol & is used for this purpose