Hello once again, I am stumped. I am creating a table in which work orders are genertaed from. To keep this table organised in the future i wanted to have the last 2 digits of the year in conjunction with the AutoNumber feature. I have tried a few things such as I made a field there the default value was year((now),"yy") which gave me the last 2 digits, well minus the 0 which is another problem, and then also created an Autonumber field, thinking i could make an additional field's default value the combination of the 2 previous fields with the & command. didnt work of course. Is there a way to either join these 2 somehow or maybe create a manual autonumber field where the default value is the year and then the last number inputted +1.