MS Access SQL: >1 querry results in one cell
I am searching a database and want to get all the values from a drop-down box into one cell when I build the SQL SELECT statement, i.e. I want to select various things, as well as values from this box, but I don't want 20 rows generated if there are 20 values in the drop-down box, I'd like one row, with all the values (which are accessed like anything else from individual cells in a column in a table) in one cell.
Any ideas? Thanks...
Pav
|