Still have problems with a record from year 2001 being returned in my report.
I'm using a PC-style database ('tents') but manually linking the JobNo with Job Number. When I looked at the Links Option dialog box the Equal Join was grayed,indicating a left join.
But as suggested I went into the formula editor and typed in {Job Detail (History).JobNo} = {Job History.Job Number}
Here is how my codes appears now:
{Job Detail (History).JobNo}={Job History.Job Number} and
{Job Detail (History).Operation} = 301.00 and
{Job History.Ship Via} = "P" and
{Job History.Customer Number} <> "" and
{Job History.Close Date} in date(2002, 02, 01) to date(2002, 02, 28) and
{Job Detail (History).Cost Center} = 13.00
There are no date fields I can link the two tables to either - JobNO & Job Number is it. Have even tried keeping all the table types together in the formula, and that doesn't make any difference - {Job Detail (History). ?????}.
Can you think of anything else to try? Thanks in advance.
I'm using a PC-style database ('tents') but manually linking the JobNo with Job Number. When I looked at the Links Option dialog box the Equal Join was grayed,indicating a left join.
But as suggested I went into the formula editor and typed in {Job Detail (History).JobNo} = {Job History.Job Number}
Here is how my codes appears now:
{Job Detail (History).JobNo}={Job History.Job Number} and
{Job Detail (History).Operation} = 301.00 and
{Job History.Ship Via} = "P" and
{Job History.Customer Number} <> "" and
{Job History.Close Date} in date(2002, 02, 01) to date(2002, 02, 28) and
{Job Detail (History).Cost Center} = 13.00
There are no date fields I can link the two tables to either - JobNO & Job Number is it. Have even tried keeping all the table types together in the formula, and that doesn't make any difference - {Job Detail (History). ?????}.
Can you think of anything else to try? Thanks in advance.