Hi All,
When a user clicks a button in my access database a table is shown.
I want this table to have all columns wide enough to fit the column headers by default. Can anyone explain how to do this?
Current code:
Application.DoCmd.OpenTable "NiceLookingMasterData", acViewNormal
Thanks
dvent
When a user clicks a button in my access database a table is shown.
I want this table to have all columns wide enough to fit the column headers by default. Can anyone explain how to do this?
Current code:
Application.DoCmd.OpenTable "NiceLookingMasterData", acViewNormal
Thanks
dvent