Mark Bowen Posted October 27, 2002 Posted October 27, 2002 Hi there, I was just wondering how to do this best. I have a pop up menu that uses a value list based on a field from another file. When the values come up they are in alphabetical order. How do I get them to come up in an order defined by myself. I tried numbers in front of the items but it just came out as 1 - First Item 10 - Tenth Item 2 - Second Item And so on... Any help would be greatly appreciated. Regards, Mark Bowen [email protected] http://www.kingfishergraphics.com/phpBB/
ldebondt Posted October 28, 2002 Posted October 28, 2002 If you use numbers to sort items you have to use leading zeros. This way a sort would produce -- 01, 02, 03, 04, etc... Depending on the number of items to sort you may want to use two leading zeros.
ldebondt Posted October 28, 2002 Posted October 28, 2002 In a thread from another forum Russ Baker and CobaltSky discuss how to use leading zeros. Go here... http://www.maclane.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=20;t=000196
Vaughan Posted October 28, 2002 Posted October 28, 2002 ... unless the value list is based on the first field, and also displaying the second field. In this case, just ensure the first field is a number field, and sort the list by the first field.
Recommended Posts
This topic is 8063 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now