I'm stuck on this one, so I'm on my knees begging for help.

I have two fields in a database, LastName and FirstName. I want to fill a listbox so that each row in the database appears like this:

-------------------------------
| LastName, FirstName |
| LastName, FirstName |
| LastName, FirstName |
| LastName, FirstName |
| LastName, FirstName |
| LastName, FirstName |
| LastName, FirstName |
| LastName, FirstName |
| LastName, FirstName |
------------------------------

I can get it to work fine with one or the other as the text field, but how do you show two text fields?

HWOODKY