B
Bob
I have an Employee Info Table that holds the employee information, EmpID (pri
key, txt), BCO (#), EmpName(Txt), AdjInt(Txt), DOH(date), CurPos(Txt)
CurPosStrtDte(date), PrevPost(Txt), IndExp(Txt), and YearsExp(#). +
Then I have an Emp Training Table that collects the individuals training
history EmpID(Txt), Type(Txt), State(Txt), License#(Txt),LicExpDate(Date).
No primary key defined as unique values are not guaranteed.
Finally I get a feed from our system that indicates who is handling what in
what state called Cognos Data AdjName(Txt), AdjInit(Txt) and State(Txt).
The goal is to write a query that will indicate for me who is handling
business in a state where they either do not have a license or their license
has expired.
key, txt), BCO (#), EmpName(Txt), AdjInt(Txt), DOH(date), CurPos(Txt)
CurPosStrtDte(date), PrevPost(Txt), IndExp(Txt), and YearsExp(#). +
Then I have an Emp Training Table that collects the individuals training
history EmpID(Txt), Type(Txt), State(Txt), License#(Txt),LicExpDate(Date).
No primary key defined as unique values are not guaranteed.
Finally I get a feed from our system that indicates who is handling what in
what state called Cognos Data AdjName(Txt), AdjInit(Txt) and State(Txt).
The goal is to write a query that will indicate for me who is handling
business in a state where they either do not have a license or their license
has expired.