Hello,
I am really stucked.
I have following table structurs
Company
member_id number PK
name text
DOB text
project
proj_id number PK
proj_name text
startdate Date/Time
enddate Date/Time
client
client_id number PK
client_name text
[bprojVSclient[/b]
proj_id number
client_id number
projectdetails
proj_id number
member_id number
role number
location number
role is either 1(ie PL) or 2(TM)
location is either 1(office) or 2(Client side)
What i want to retrive is project specific info in the form of
proj_name
startdate
enddate
PL from client side, DOB
All TMs from client side and their DOBs
PL from office side, DOB
All TMs from office side and their DOBs
I am clueless to wht shd i go abt this.
Pls help
I am really stucked.
I have following table structurs
Company
member_id number PK
name text
DOB text
project
proj_id number PK
proj_name text
startdate Date/Time
enddate Date/Time
client
client_id number PK
client_name text
[bprojVSclient[/b]
proj_id number
client_id number
projectdetails
proj_id number
member_id number
role number
location number
role is either 1(ie PL) or 2(TM)
location is either 1(office) or 2(Client side)
What i want to retrive is project specific info in the form of
proj_name
startdate
enddate
PL from client side, DOB
All TMs from client side and their DOBs
PL from office side, DOB
All TMs from office side and their DOBs
I am clueless to wht shd i go abt this.
Pls help