E
Eskimo
Hi, I have a table created from multiple steps to end up roughly like this....
LAT LON PTT DATE NOTES
60 90 123 01/10/2010 blank
61 90 123 01/11/2010 blank
65 90 155 01/10/2010 blank
66 91 155 01/11/2010 blank
The above is very vague, there are about 13 columns that do a lot to
describe the PTT (Caribou Collar Number) and their location data for each
day. most of the spaces in the notes column are blank.
However, I would like to add certain characters such as "S" for start and
"E" for End in the notes column automatically based on the following criteria.
For every collar (PTT), I would like to place an S in the notes column where
the date equals #such and such a day# and if that such day is not available,
then go to the next day for that collar. I would also like to place an E in
the last or max day for each collar.
Here is the twist, I have a table that list all of the active PTTs and it is
these active ptts that are the only ones I want to update.
Thanks in advance.
LAT LON PTT DATE NOTES
60 90 123 01/10/2010 blank
61 90 123 01/11/2010 blank
65 90 155 01/10/2010 blank
66 91 155 01/11/2010 blank
The above is very vague, there are about 13 columns that do a lot to
describe the PTT (Caribou Collar Number) and their location data for each
day. most of the spaces in the notes column are blank.
However, I would like to add certain characters such as "S" for start and
"E" for End in the notes column automatically based on the following criteria.
For every collar (PTT), I would like to place an S in the notes column where
the date equals #such and such a day# and if that such day is not available,
then go to the next day for that collar. I would also like to place an E in
the last or max day for each collar.
Here is the twist, I have a table that list all of the active PTTs and it is
these active ptts that are the only ones I want to update.
Thanks in advance.