Hi..

Please check this code..
VB Code:
  1. Dim prpnew As Property
  2. Set prpnew = CurrentDb.CreateProperty("AppTitle", dbDate, Date)
  3. CurrentDb.Properties.Append prpnew
  4. 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..