Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete a column

Status
Not open for further replies.

supervi

MIS
Mar 22, 2003
61
CA
I have a listbox which has a rowsource from a table. This table has over 20 columns. The listbox shows all 20 columns but i specifically want 11 columns. Does anyone know how i would do this?

Thanks
 
Create a query with your 11 fields, and make that the lists row source (then either manually alter the column widths, column number... or recreate the list).

Roy-Vidar
 
Explicitly define the columns you would like for the listbox. This is exactly the same as any other query, simply build the datasource to include only the fields you would like.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top