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?
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).
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.