set the widths of columns in an Access table

B

Bill-41

Is there an equivalent function for this Excel code to use in Access to ...

Columns("F:H").EntireColumn.AutoFit

to autofit the columns of an Access table?

Thanks!
 
B

Bill-41

Thanks for the advice but I'm just looking at the table for my own use ....
just wanted to be able to narrow the columns so I can see more in the same
space. Is it possible?

Thanks, Bill
 
D

Douglas J. Steele

I don't believe there's any way to interact with table column widths
programmatically.
 
Top