C
Cryptographic_ICE
Hello,
I would like to "Tag" the first occurrence of a Job_number. I have an
access 2003 database with columns that look similar to:
Name Job_Number Record_Number First_Time
John Doe 99999 1
on/off (this box should be checked)
John Doe 99999 2
on/off
John Doe 99999 3
on/off
John Doe 99999 4
on/off
Jane Smith 99998 5
on/off (this box should be checked)
Jane Smith 99998 6
on/off
As you can see the job number is not unique and may appear many times.
What I need to do is find the first occurrence of this job number and
check the box in the First_Time field. I was thinking it would look
like this
1.) Find all similar job numbers (for this example 99999 or 99998)
2.) Then find out which one has the lowest record number (unique to
each row)
3.) Check the box under the First_time field.
I'm not sure the best way to do this. any help would be appreciated.
Thanks in advance!
I would like to "Tag" the first occurrence of a Job_number. I have an
access 2003 database with columns that look similar to:
Name Job_Number Record_Number First_Time
John Doe 99999 1
on/off (this box should be checked)
John Doe 99999 2
on/off
John Doe 99999 3
on/off
John Doe 99999 4
on/off
Jane Smith 99998 5
on/off (this box should be checked)
Jane Smith 99998 6
on/off
As you can see the job number is not unique and may appear many times.
What I need to do is find the first occurrence of this job number and
check the box in the First_Time field. I was thinking it would look
like this
1.) Find all similar job numbers (for this example 99999 or 99998)
2.) Then find out which one has the lowest record number (unique to
each row)
3.) Check the box under the First_time field.
I'm not sure the best way to do this. any help would be appreciated.
Thanks in advance!