G
geebee
i have 3 tables.
table1. contains idnumbers and other information
table2. contains issues related to the idnumbers in table1
table3. contains information regarding to companies
i want to display the idnumbers along with issues from table2 for each
idnumber.
but only the issues should be listed which have an issueID = min(issueID)
from table1 for each idnumber. the other conditions are that the noticedate
from table2 should be >= to the noticedate from table1 for each record.
thanks in advance,
geebee
table1. contains idnumbers and other information
table2. contains issues related to the idnumbers in table1
table3. contains information regarding to companies
i want to display the idnumbers along with issues from table2 for each
idnumber.
but only the issues should be listed which have an issueID = min(issueID)
from table1 for each idnumber. the other conditions are that the noticedate
from table2 should be >= to the noticedate from table1 for each record.
thanks in advance,
geebee