Question : Workaround for 20 field limit for listboxes

I need to display the results of a query that returns more than 20 fields. When I use the listbox control wizard, I'm told that no more than 20 fields can be added to a listbox control. Is there a way around this limit? If not, is there a way to display the results of a query without a listbox?

Dan

Answer : Workaround for 20 field limit for listboxes

You could replace the listbox with a subform based on the query (possibly in dataset mode)

Kelvin

Random Solutions  
 
programming4us programming4us