After reading through a number of posts here about the benefits of using an autonumber as the PK and setting a unique mulit-field index with other fields which I had thought of using as the PK, I have decided to go with the autonumber usage...however, I am wondering about the benefits of keeping my other fields separate. Basically, there are two fields one alpha, one numeric. The Numeric field should increment by one independently within each alpha charachter (i.e. AQ1, AQ2, AQ3, SW1, SW2...). With Pat's advice, I have also figured out how to make the increment work correctly, but she also recommends that the two fields are kept separate. As I think about and fiddle with my db, it seems like it would be less trouble (re-writing queries, etc.) to make them one field and set up the functions to increment within that field.
any more advice on best practices here? (and why)
Thanks !!!
any more advice on best practices here? (and why)
Thanks !!!