VBjavaFriend
MIS
I am having problems creating an invoice number the way my boss wants it. The first part of the invoice number should be the current year. The second part should increment by one. The way she wants it to look is: 2002 - 0100 I have no idea how to make it do this. By mistake I have already set it up as a textbox on a form as text. Now I can't change it to autonumber even if I wanted to because it is a primary key and has a relationship with another table. Every time you move from one invoice to the next the number needs to change (which it doesn't do now.) Anybody have any suggestions?