Hi Everyone,
I keep track of campaigns(C1, C2, C3) in a a dbase and I want to retrieve the last contact date for telemarketing agents. My structure (only partially dispayed) is like this:
C1FirstContactDate, C1SecondContactDate, C1ThirdContactDate
10/11/2005 12/11/2005 15/11/2005
The query should throw out under a new field called "LastContactDate" the date 15/11/2005. If the agent needs to call customer 4th time, they would overwrite the C1FirstContactDate.
Once I know the solution for this, I hope I can utilize the answer to do the same across all 3 campaigns (each having three contact dates [C1FirstContactDate, C1SecondContactDate, C1ThirdContactDate, C2FirstContactDate, C2SecondContactDate, C2ThirdcontactDate,.....etc.].
I read a lot of posts but the Max-Fucntion only relates to basically one column and not across several columns.
Thank You to everyone who can help me on this.
I keep track of campaigns(C1, C2, C3) in a a dbase and I want to retrieve the last contact date for telemarketing agents. My structure (only partially dispayed) is like this:
C1FirstContactDate, C1SecondContactDate, C1ThirdContactDate
10/11/2005 12/11/2005 15/11/2005
The query should throw out under a new field called "LastContactDate" the date 15/11/2005. If the agent needs to call customer 4th time, they would overwrite the C1FirstContactDate.
Once I know the solution for this, I hope I can utilize the answer to do the same across all 3 campaigns (each having three contact dates [C1FirstContactDate, C1SecondContactDate, C1ThirdContactDate, C2FirstContactDate, C2SecondContactDate, C2ThirdcontactDate,.....etc.].
I read a lot of posts but the Max-Fucntion only relates to basically one column and not across several columns.
Thank You to everyone who can help me on this.