Change Database Application Title Using VBA
In this Microsoft Access tutorial, I will show you how to change the database application title (the text on the Title Bar at the top of the Access window, and on the Task Bar at the bottom of the screen) using a few lines of VBA code.
Pre-Requisites
Links
Usage
CurrentDb.Properties!AppTitle = NewTitle
Application.RefreshTitleBar
Code Vault
Recommended Courses
Keywords
access 2016, access 2019, access 2021, access 365, microsoft access, ms access, ms access tutorial, #msaccess, #microsoftaccess, #help, #howto, #tutorial, #learn, #lesson, #training, #database, #fasttips, property not found, CurrentDb.Properties!AppTitle, Application.RefreshTitleBar, change application title, database title