Table Description, Query column size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access 2003 (or any of them) if you link to a table, you cannot see the
Description of the table in the Database window.
Can I make that happen?

In QBE grid, I can't resize a column to show all of the contents (in design
view) and save it that way - that is, see it that way next time I open in
design view.
Can I make this happen?

Obviously I have too much time on my hands to worry about this, but....

Many thanks!

Ron
 
If the table has a description property, you could programmatically
OpenDatabase on the back end, and examine Properties("Description") of the
TableDef.

Queries are not a user interface. Create a form in continuous or datasheet
view if you care about controlling the characteristics of the interface.
 

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