[RESOLVED] Application Title
Hi..
Please check this code..
VB Code:
Dim prpnew As Property
Set prpnew = CurrentDb.CreateProperty("AppTitle", dbDate, Date)
CurrentDb.Properties.Append prpnew
RefreshTitleBar
Wasn't this changes my Application title to todays date...???
If i want like that means...what i have to do??
Hope u got my problem...Please help me in this regard..
Re: [RESOLVED] Application Title
I'm no pro at this, but I hope this item from the HelpHeap helps:
Code:
Set dbs = CurrentDb
' Change title bar.
dbs.Properties!AppTitle = "Contacts Database"