drjeffhdc Posted August 12, 2010 Posted August 12, 2010 I'm currently trying to create a value list that shows only active products. I would want it to work where when I click the checkbox that makes the product inactive in its detail record, a value list created based upon products would show only active products. Thanks
Matthew F Posted August 15, 2010 Posted August 15, 2010 Welcome to FM Forums. For your problem you could create a calculated field which is equal to 'products' if active=TRUE, otherwise it is blank: If(Active ; Products ; "") Then create the value list based on this field.
Recommended Posts
This topic is 5575 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