rockstar283
New member
- Local time
- Yesterday, 23:32
- Joined
- Jul 10, 2014
- Messages
- 5
I have developed an Access app, which has different navigational tabs which open up different forms. e.g. Tab A has Form A inside it and Form A has SubForm A1 inside it. For some reason, the following code is not working on any of the fields
Me.YourFieldName.ColumnWidth = -2
Can anyone please suggest me some workaround so that all the fields in the subforms will have auto width adjustable to fit in the text.
Thank you!!
Me.YourFieldName.ColumnWidth = -2
Can anyone please suggest me some workaround so that all the fields in the subforms will have auto width adjustable to fit in the text.
Thank you!!