Can anybody tell me how to generate an auto number with a letter at front.
Lets say that I will add a new record and I want to star M400 and next time that I add a record it will be M401 and so on..
Is that possible???
Thanks in advance for the help.
I have a macro that has a procedure to run a code and the function code is :
Option Compare Database
Public Function BackUpDB()
Dim oFiles As FileSystemObject
Dim strSource As String, strDest As String
strSource = "T:\Tech2001\Tech2001.mdb"
strDest = "C:\My...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.