Hefty517 Posted June 23, 2011 Posted June 23, 2011 Hi all, Hoping someone can help me out here. I have a pretty standard "Time Log" table in which the employee can put the client, project number, task, and time. I also have a table for the projects, which contains the project number, client, due dates, status (Open, Complete, Hold, Canceled), information, etc. In the Time Log table, the project number is a drop-down value list, so that once the client is picked, the value list only shows the project numbers related to that particular client, and this works perfectly. However, due to the sheer volume of projects we can have for each client throughout the year, I would like the drop-down list for project number to only show the related projects that are still open (won't show complete, canceled, or on-hold projects). Any help would be greatly appreciated.
Hefty517 Posted June 27, 2011 Author Posted June 27, 2011 Is anyone able to help on this? Is there more information I need to provide? Thanks in advance!
Ron Cates Posted June 27, 2011 Posted June 27, 2011 Add a calculation field to your Time Log table with the calculation set to "open" then add another criteria to the relationship you already have in place that filters projects something like Time Log::NewCalcField = Projects::Status. Then your valuelist will only show project numbers from projects that have a status of "open"
Hefty517 Posted June 28, 2011 Author Posted June 28, 2011 Add a calculation field to your Time Log table with the calculation set to "open" then add another criteria to the relationship you already have in place that filters projects something like Time Log::NewCalcField = Projects::Status. Then your valuelist will only show project numbers from projects that have a status of "open" Thanks so much...that did it! I really appreciate your help.
Recommended Posts
This topic is 4897 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