Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » Access VBA
Access VBA
Resolved · Low Priority · Version 2003
Access VBA
list box - when it gets populated - is it going to change the size automatically so it fits the records or do I need to cater for that and code it?For upcoming training course dates see: Pricing & availability
RE: access VBA
Hi FabianThank you for your question
The best approach is to use code to set the column widths for your combo box. Use the column widths property to set this. For example the following would set the widths of a two column combo box.
cmbCombo.ColumWidths = "3cm;5cm"Hope this helps
Regards
Stephen
|
|
» Forum post: Microsoft project |



Course updates

