jeffw Posted August 21, 2009 Posted August 21, 2009 Hi everyone. I am looking for some ideas on how to solve 2 problems with a dropdown list. I have a layout with the customer records on it. I want to have a dropdown list that shows status. So the dropdown list will show active, inactive or all customers. My questions are: 1) What field do I use on the dropdown? I cant use the status field can I? I dont want it to update the records just to filter them. 2) How to I handle the All filter? There isn't a status for All in the table. I was thinking about an IF statement in the script to show all if dropdown = All. Any help is appreciated. Thank you Jeff
bcooney Posted August 21, 2009 Posted August 21, 2009 Are you in a list view of customers? What kind of field are you using for Status? Sounds to me that you just need to use a Find in order to see customers of different status and Find All.
jeffw Posted August 21, 2009 Author Posted August 21, 2009 It is a view. The status field is a text field. I am going to try the drop down over top the status field using a value list with a find script. It should work. Thanks
bcooney Posted August 21, 2009 Posted August 21, 2009 "It is a view" - what does THAT mean? A List view, form view, table view. You don't need a drop down of any sort. Just hard-code find buttons.
Recommended Posts
This topic is 5573 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