jdu98a Posted June 12, 2008 Posted June 12, 2008 I found a huge post that seemed to be roughly about what I'm trying, but I couldn't find an applicable solution. Here's what I want. I have a value list that is made up of values from my "product_name" field in my inventory table. I would like the value list to be sorted by my "product_category" field, also in my inventory table. So instead of this: Product 1 Product 2 Product 3 Product 4 Product 5 Product 6 It would look like this: Category 1- Product 1 Product 2 Product 3 Category 2- Product 4 Product 5 Product 6 Any suggstions?
mr_vodka Posted June 12, 2008 Posted June 12, 2008 You can create a concatenated field of Category & " - " & Product. A value list sorts Ascending order automatically and unfortunately can be limiting.
Recommended Posts
This topic is 6369 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