JTSmith Posted September 12, 2012 Posted September 12, 2012 I have a table called Clients. This has all the clients information and a field called Active. This field is Yes or No. On a different table, Jobs, I have a drop down for a list of the Clients (the name field to be specific). I'd like to only show the ones that are Active. Is that possible? Thanks!
xtrim Posted September 15, 2012 Posted September 15, 2012 Yes. you can do a calc field "Active_Client" in Clients: If ( Active="yes" ; Client_Name ) use this new field for the value list.
Recommended Posts
This topic is 4452 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