Microsoft
Software
Hardware
Network
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
ACCESS 97 'out of memory' on Windows 2000 & XP
mysql delete
Getting ODBC general error on command refresh background query
Exchange 2010 Uninstall
¿Why is Access 2007 not respecting the Windows Date format setting?
Why does GetModuleFileName return long names sometimes, and mangled names sometimes (WinNT)?
How to supress 'Access denied' when copy/replace file in the System folder using Command Prompt
Complicated Select & Insert statement - MS SQL 2008
AD Login Script not working on Windows 7 - but will run locally from same computer
Call NetMessageBufferSend function from vb.net