Hi guys, I'm just trying to create my first database for a friend to use in with an existing system. One thing it needs to do is create a 5 digit number that is unique. I've found the autonumber thing and also primary key thing but that starts at '1' - I need it to start either at 00001 or even 12345 - it doesn't matter as long as it has 5 numbers that no other record has, it just needs 5 digits to fit in with their other system which eventually it will pass information to.