Default View Overide to Your Selection

Hi,

How can you customize the default view that opens for each individual in my team. We have a database with many views but i want the view called “Inbox” to open when i open the database everytime, someone else within my team may want another view to open for their database on their workspace. How can you do that (basically i want to overide what the default view is at the moment but not touch the design of the database in anyway). Is this possible?

Thanks in advance

Nadeem Shaikh

Subject: Default View Overide to Your Selection

(basically i want to overide what the default view is at the moment but not touch the design of the database in anyway). Is this possible?

No.

The simplest way is to set the db launch property “Restore as last used by user.”

Subject: Default View Override to Your Selection

Set up a profile document for each user to indicate their preferred default view.Have Database Script logic in the Postopen event to read their preference, and open that particular view.