V vbnt Registered User. Local time Today, 18:06 Joined Sep 28, 2006 Messages 20 Mar 5, 2008 #1 Hi How I can make the column widths for list box or for sub form automatic (auto size)? Any help will be appreciated vbnt
Hi How I can make the column widths for list box or for sub form automatic (auto size)? Any help will be appreciated vbnt
gemma-the-husky Super Moderator Staff member Local time Today, 16:06 Joined Sep 12, 2006 Messages 16,024 Mar 5, 2008 #2 you cant auto size them in the properties you define the number of columns, and the widths set the widths as 1;2.5;0;3 etc make sure the total width is as big as the sum of the widths
you cant auto size them in the properties you define the number of columns, and the widths set the widths as 1;2.5;0;3 etc make sure the total width is as big as the sum of the widths
V vbnt Registered User. Local time Today, 18:06 Joined Sep 28, 2006 Messages 20 Mar 5, 2008 #3 Thanks Well, that's ok. Many thanks gemma for reply. vbnt