mrtauntaun
MIS
Im not sure how to describe this, but here it goes.
I have a query that returns numerous results for various jobs. Each job has an id, Job_Num. Everytime this job is modified, a new entry is put into the table, Job_History, so I can track the history of that job. So there are numerous results for each Job_Num. The query I have, Jobs/Month, shows me all Job_Num for the previous month, with each Job_Num appearing many times. What I want is to create another Query that only shows me the first result listed for each Job_Num (therefore each Job_Num should be unique in the results, only appearing once).
Does that make sense? If so, is this even possible? Thanks!
I have a query that returns numerous results for various jobs. Each job has an id, Job_Num. Everytime this job is modified, a new entry is put into the table, Job_History, so I can track the history of that job. So there are numerous results for each Job_Num. The query I have, Jobs/Month, shows me all Job_Num for the previous month, with each Job_Num appearing many times. What I want is to create another Query that only shows me the first result listed for each Job_Num (therefore each Job_Num should be unique in the results, only appearing once).
Does that make sense? If so, is this even possible? Thanks!