michalgut25
Registered User.
- Local time
- Today, 07:47
- Joined
- Jan 28, 2013
- Messages
- 15
I would like to define primary key to show in default value "n/=Right(Year(Date());2)"
n - next real number
=Right(Year(Date());2) - equal two last digits from year
The big problem is when we have next year e.g. 2014 real number should count anew.
E.G 6/13, 7/13, 8/13, 9/13, 1/14
I tried to write some code to Expression Builder in default value but I think it's to hard for me.
Guys please help.
n - next real number
=Right(Year(Date());2) - equal two last digits from year
The big problem is when we have next year e.g. 2014 real number should count anew.
E.G 6/13, 7/13, 8/13, 9/13, 1/14
I tried to write some code to Expression Builder in default value but I think it's to hard for me.
Guys please help.