Hello.
How can I create a table with an ID Primary Key with the current year on it?
The format I was looking for could be something like:
14-000
That way when creating a new record the ID field should automatically populate itself with the following:
14-001
14-002
14-003
etc...
And in 2015 it should automatically populate itself with the following:
15-001
15-002
15-003
etc...
Thanks