Hey all,
Ok I'm having a problem running a query, below is description:
TableA has columns
RecievedDate
ResultsID
TableB has columns
SentDate
SentID
TableC has columns
ResultsID
Sent ID
I want to have a result of all values in Table A that have a value of Recieved Date is less than SentDate in TableB, I can link up through table C but I'm not sure on what way would be the best to do this?
Any info really appreciated,
Thanks for reading this
Ok I'm having a problem running a query, below is description:
TableA has columns
RecievedDate
ResultsID
TableB has columns
SentDate
SentID
TableC has columns
ResultsID
Sent ID
I want to have a result of all values in Table A that have a value of Recieved Date is less than SentDate in TableB, I can link up through table C but I'm not sure on what way would be the best to do this?
Any info really appreciated,
Thanks for reading this