I have a field where I would like to have an member number and I already have a MemberID primary key field in the table that is an autonumber. What i would like to do is have the member number field automatically construct a member number based on the year the record was created and the autonumber used as the primary key. For example, if I enter a member today (12/10/2008) and the MemberID (autonumber) is 118, the member number will be 8118, next year (2009) new members entered will be 9XXXX then, 2010, new members entered will be 10XXXX.
Is this possible within a field? If so, how would I do it?