Rowsource

  • Thread starter Thread starter Asif
  • Start date Start date
A

Asif

I'm using the following vb code to referance a listbox to a query

Me!lst_Cable.RowSource = "2-a CABLEENDSCONTENTS"

However when I run the code only the first column from the query is
displayed in the listbox, and I want the first 3 columns to be
displayed.

Any suggestions?

Thanks
 
Asif,

You need to go into form design, and change the Column Count setting in
the listbox's properties to 3 (default is 1).

HTH,
Nikos
 

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

Similar Threads


Back
Top