pathfinder225
New member
- Local time
- Today, 10:51
- Joined
- Jun 5, 2009
- Messages
- 9
hi frnds,i am a newbie to access i have one field (AUTONUMBER) in my table i want it's format as "YYMMXXX" where, YY=last two digits of year ,MM=two digits of month
XXX=SEQUENCE TO be INCREMENTED.
values must be like this...suppose if date is 05-jun-09
0905000
0905001
0905002
.........
0912000
next year...2010
1001000
... how to achieve this.....by making this combination, i can use it for next 10 yrs ...
i have no idea of VBA i searched on many forums people suggesting some VBA code .....and format functions to achieve this .anyone plz explain me abt this in detail ....Anyhelp would be greatly appreciated!!
XXX=SEQUENCE TO be INCREMENTED.
values must be like this...suppose if date is 05-jun-09
0905000
0905001
0905002
.........
0912000
next year...2010
1001000
... how to achieve this.....by making this combination, i can use it for next 10 yrs ...
i have no idea of VBA i searched on many forums people suggesting some VBA code .....and format functions to achieve this .anyone plz explain me abt this in detail ....Anyhelp would be greatly appreciated!!
