listbox

  • Thread starter Thread starter Roger
  • Start date Start date
R

Roger

Hi,

Is it possible to assign to 2 columns from a datatable to the datatextfield
of a listbox?


Roger
 
Roger,

No, but you can join the columns in your select statement.

Eliyahu
 
You can concatenate the two columns and assign to the datatextfield .
 
More specifically, you can concetenate the two columns in your SQL and
then assign that composite data column to the datatextfield.


-Jason Kendall
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top