Access Tables

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

Guest

Access should be able to alphabetizethe field names in tables and queries.
An example would be if the table has many fields and they are not entered in
alphabetical order you have to side scroll to find your field in datasheet
view.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-b628-b30acc372793&dg=microsoft.public.access
 
Mat,

That function is probably helpful to very few people, but not much use for
many. That's what query/view is for.

A table is just a blob of data organized in rows (i.e. records) and columns
(i.e. fields). Rows are not in any particular order, and columns are not in
any particular order. Use indexing and sorting to control the order of rows
(i.e. records). Use query/view to control the order of columns (i.e.
fields). This concept is universal throughout all relational databases.


Immanuel Sibero





Mat said:
Access should be able to alphabetizethe field names in tables and queries.
An example would be if the table has many fields and they are not entered in
alphabetical order you have to side scroll to find your field in datasheet
view.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...-b628-b30acc372793&dg=microsoft.public.access
 

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