Hi,
I have a table with some fields, but one of this fields (id_seq) I need to manually autonumber it, based on another field (company). The "id_seq" field is numbered in a different sequence based on what is in the field "company".
Exemple: id_seq company
1 aa
2 aa
1 bb
The next "id_seq" for company "bb" should be "2".
Thanks,
Paulo Ferreira