Can I set Access Application Title programmatically?
I would like to code =Left([CurrentProject].[Name],InStrRev([CurrentProject].[Name],".")-1)
That will give me the filename as the Title.
It is a pain having to type it manually for each new database.
Thanks for looking. Raphael