M
Musa via AccessMonster.com
Table 1
ID SEQ
1 1
1 2
1 3
2 1
2 2
2 3
3 1
4 1
4 2
How can I take the higest SEQ value from each ID and carry it over to a new
record in another table ?
It would look like this ;
Table 2
ID SEQ
1 3
2 3
3 1
4 2
Do I use MAX in an IF statement ?
Thanks.
ID SEQ
1 1
1 2
1 3
2 1
2 2
2 3
3 1
4 1
4 2
How can I take the higest SEQ value from each ID and carry it over to a new
record in another table ?
It would look like this ;
Table 2
ID SEQ
1 3
2 3
3 1
4 2
Do I use MAX in an IF statement ?
Thanks.