Marianne, thank you for your help. I figured out how to code the click open command for 1 work type option by the code:
If Forms![Task List]![Task Type] = "Project" Then
DoCmd.OpenForm ("Project List")
End If.
Works like a charm. I have two more different work type, "Trouble...