I need to "group" some parameters in my record selection
where these first 3 lines are evaluated:
{Project.Completed} = "F" and
{Project.FinishDate} <= Date (2003, 12, 31) and
{Client.OfficeID} <> "DROP"
AND
these 2 lines are evaluated:
{Client.Manager} = "PAP" or
{Client.Partner} = "PAP"
I know there is a way, but I don't know what the syntax is.
Your expertise would be appreciated.
...keith
where these first 3 lines are evaluated:
{Project.Completed} = "F" and
{Project.FinishDate} <= Date (2003, 12, 31) and
{Client.OfficeID} <> "DROP"
AND
these 2 lines are evaluated:
{Client.Manager} = "PAP" or
{Client.Partner} = "PAP"
I know there is a way, but I don't know what the syntax is.
Your expertise would be appreciated.
...keith