Setting Title

D

dave

When a form is maximized the Title bar shows "Application Title -
[form]

I would like to just have the the title bar show "Application Title"


I have tried this in both the load and resize event. The application
title changes but the [form] is still shown,

CurrentDb.Properties!AppTitle = "Timefoo"
Application.RefreshTitleBar

How can I get just the application title to show.
 
Top