prefix for number

basilyos

Registered User.
Local time
Today, 12:28
Joined
Jan 13, 2014
Messages
256
Hello Guys

every video i enter to my database will get a unique ID

for example

1 Rain Man
99 Cyborg

what i want to do is when i save the record to get a message box contains the id with prefix

the prefix should be V000000

so when the id is 1 the message box should give me V000001
if the id is 99 the message box should give me V000099

any help?
 
usze something like "V" & format(ID,"000000")
 

Users who are viewing this thread

Back
Top Bottom