how to show more than column value in combo box

how to show more than column value in combo box

am 08.10.2007 10:56:33 von vinodkus

dear sir/madam
I have a problem . I have a table of field name ,roll_name, age
I have to show name and roll_number in combo box list. please help me
i m using it

>
> please correct this syntex
>


I always do something like this when I want to display more than 1 column of
data ...

myOption = rs1("ESCI") & " | " & rs1("ESCN")

Re: how to show more than column value in combo box

am 09.10.2007 07:25:08 von vinodkus

PW wrote:

> wrote in message
> news:1191833793.141917.251460@57g2000hsv.googlegroups.com...
> > dear sir/madam
> > I have a problem . I have a table of field name ,roll_name, age
> > I have to show name and roll_number in combo box list. please help me
> > i m using it
> >