How do you sort in a query using Value list as Row Source Type

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

Guest

Hello,
I have a query and I am using "Value List" as "Row Source Type". How do you
sort it?
Example:
My "Row source" is:
File Name; Size; Date Modified; c750001; 23456; 07/01/2005; t123400; 4566;
07/25/2005; c100200;125001; 07/29/2005;
Thanks!!
 
Hello,
I have a query and I am using "Value List" as "Row Source Type". How do you
sort it?
Example:
My "Row source" is:
File Name; Size; Date Modified; c750001; 23456; 07/01/2005; t123400; 4566;
07/25/2005; c100200;125001; 07/29/2005;
Thanks!!

If you're using a value list, you must simply sort it manually. I take
it this combo has three columns?

Why not enter this data into a Table, and base the combo on a sorted
QUery based on the table? Especially if the values will need to be
edited, or new values added, it'll be a lot simpler to manage.

John W. Vinson[MVP]
 

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