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
 

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