G 
		
								
				
				
			
		Guest
Greetings all.  In Access 2003 I have a form where I set the rowsource and
column count based on the value of a text box. What I need to do now is to
also be able to adjust the column widths like this
Private Sub label_click
me.mycombo.columnwidths = 1,3
Exit sub
I can not figure out the correct syntax. I have tried "1","3" "1,3" "1;3"
"1";"3"
but none of these work. Any ideas?
				
			column count based on the value of a text box. What I need to do now is to
also be able to adjust the column widths like this
Private Sub label_click
me.mycombo.columnwidths = 1,3
Exit sub
I can not figure out the correct syntax. I have tried "1","3" "1,3" "1;3"
"1";"3"
but none of these work. Any ideas?