I need to create a MemberID field that autonumbers and uses a prefix.
EG: YearJoined+0001
I want this as a the PK as well. Is there a way to do this?
I tried a default value Year(Now())&format([ID],"0000") but it gives me errors.
Any thoughts on an approach for this?