column size

collinm

Registered User.
Local time
Today, 15:33
Joined
Apr 20, 2006
Messages
14
hi

i display result query with:
Code:
CurrentDb.QueryDefs("qryTest").SQL = strQuery
    DoCmd.OpenQuery "qryTest", acViewPreview

are there a way to set column size for every field?

thanks
 
Me.ControlName.ColumnWidths "0cm;2cm;3cm;"

something like that. you might have to fool with syntax a bit.
just realized you're probably not talking about a form-control. sry, not sure if it's possible.
 

Users who are viewing this thread

Back
Top Bottom