W
whitjl143
I have a table that has Name, Date, HaulDescription. I would like to add a
numeric field. I need the number in the numeric field to be the same when
the Name and Date are the same. For example:
John Doe 4/27/05 Zone 1 Haul
John Doe 4/27/05 Zone 3 Haul
James Bond 4/27/05 Zone 6 Haul
James Bond 4/28/05 Zone 4 Haul
I need the two John Doe records to have a number such as 100. James Bond on
4/27 would need to be 101 and James Bond 4/28 would be 102.
Is there any way to do this with a query?
numeric field. I need the number in the numeric field to be the same when
the Name and Date are the same. For example:
John Doe 4/27/05 Zone 1 Haul
John Doe 4/27/05 Zone 3 Haul
James Bond 4/27/05 Zone 6 Haul
James Bond 4/28/05 Zone 4 Haul
I need the two John Doe records to have a number such as 100. James Bond on
4/27 would need to be 101 and James Bond 4/28 would be 102.
Is there any way to do this with a query?