change column width

  • Thread starter Thread starter gssitaly via AccessMonster.com
  • Start date Start date
G

gssitaly via AccessMonster.com

Is possible with adox or other vb driver to change the width of fileds in
gried view of access table?
 
Is possible with adox or other vb driver to change the width of fileds in
gried view of access table?

No, and you really shouldn't allow users to directly view the tables. Instead, build a form set to Continuous view and
align your columns as needed, sizing them as you see fit either in Design view or during runtime by setting the
Me.MyTextbox.Width = xxx method.

Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 
Back
Top