how populate a list item with multiple fields? [message #78299] |
Tue, 12 February 2002 02:39 |
randy
Messages: 25 Registered: November 2000
|
Junior Member |
|
|
hi folks,
I figured how to fill a list the way I wanted, but now here's another problem, i'll explain it with a simple example.
let's say I have the following query:
SELECT empno,empname,empsal FROM emp WHERE(condition)
what I want is to display those three fields(empno, empname,empsal) in one long string, so I can display them in a list item. But when I populate the list, it shows all the returned lines, but only with the empno field.
How can I display the two remaining fields in my list item?
thanks a lot
|
|
|
|