thanks for the reply. I am getting a syntax error and am not sure where the error is(i have tried placing another parenthesis right before BB). But just to be clear, i am doing a left join because an employee may not have any information in employee history. I need the most recent .Job Typ Description 1 and Job Step Description 1 for an employee found in the tblEmpProjectHistory - my issue is that both the date and the sequence number determine the most recent entry in tblEmpProjectHistory- I know i have done this a long time ago but somehow i just can not figure out the syntax
Main Topics
Browse All Topics





by: jamesguPosted on 2009-01-24 at 18:19:03ID: 23459322
try this,
if you want information from tblEmpProjectHistory, join the table to tblEMPData
Select allOpen in new window