HomeGrowth
Technical User
These are the records:
Name TaskName Complete
Tom 1 Yes
Tom 1 Yes
Tom 1 Yes
Tom 2 Yes
Tom 2 No
Tom 2 Yes
I need to create a query to indicate whether the person has completed the task or not, based on the Yes or No answer (the datatype is text for the Complete field). If the tasks are all 'Yes', the task is complete. If there is one 'No', then the task is 'No'.
Name TaskName Complete
Tom 1 Yes
Tom 2 No
Thanks for the help.
Name TaskName Complete
Tom 1 Yes
Tom 1 Yes
Tom 1 Yes
Tom 2 Yes
Tom 2 No
Tom 2 Yes
I need to create a query to indicate whether the person has completed the task or not, based on the Yes or No answer (the datatype is text for the Complete field). If the tasks are all 'Yes', the task is complete. If there is one 'No', then the task is 'No'.
Name TaskName Complete
Tom 1 Yes
Tom 2 No
Thanks for the help.