BeginnerProgrammer
Technical User
Hope someone can help. This is my situation.
dim path
path=len(currentdb.name) gives me c:\dir\dbname.mdb
How do I get the length of just the dbname.mdb?
dim path
path=len(currentdb.name) gives me c:\dir\dbname.mdb
How do I get the length of just the dbname.mdb?