set the widths of columns in an Access table

  • Thread starter Thread starter Bill-41
  • Start date Start date
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!
 
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
 
I don't believe there's any way to interact with table column widths
programmatically.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top