MattFM Posted January 14, 2008 Posted January 14, 2008 Hi. I can't find out how to do this, but I have a value list that is used in a Drop Down menu. The value list is populated by a "Name" field. So, every Name from every record is in the Value List and Drop Down menu. What I want is to have the Drop Down Menu display only the Names from the current found set of records, instead of all records all the time. Is this possible, and if so how is it done? Thanks for any help.
bcooney Posted January 14, 2008 Posted January 14, 2008 I think you're going in a bad direction. First thing that struck me is that you're storing Names not IDs. I assume that this Name field is a key? Stick with IDs for keys. Create your value list from two fields, the ID and Name from your source table. As for limiting the choices in a value list, search for "conditional" value lists.
MattFM Posted January 14, 2008 Author Posted January 14, 2008 There are IDs in there too... here's a really basic example of what I mean... names_list.zip
Recommended Posts
This topic is 6158 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