I have a table 'Invoice', which has an autonumber field 'InvoiceNumber'. The prefix on the autonumber is '0809', that being the current financial year. (Btw, I have given the prefix by specifying the format of this field as "0809"0). I would like to change the prefix to "0910" beginning from Apr 1, 2009. Problem is, when I change the prefix, all the existing records get the new prefix; while I want the new prefix only for the new records. I'm hoping there is a solution around, and appreciate all help. Thanks