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.
Hi jebry ...
I did change the name of mudule different and the name of the procedure stayed the same and the macro worked,I had the procedure and the module named the same
Thanks..
Another question is on that procedure I want to be able to hace a progress bar while is backing up the mdb file...
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.