Navigation Pane Entries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My Access 07 navigation pane includes the name of the object (Query, Table)
and also the date created and last modified. How can I get it to just show
the name and not show the dates?

By the way, even after I modify a query it doesn't seem to change the 'last
modified' date.

Wes
 
To show the names only in the Navigation pane, right-click the top of the
Nav Pane and choose:
View By | List

How are you modifying the query, Wes? I just tested it, and the modified
date/time property updated correctly when changed through the interface. (If
you change the SQL property of the QueryDef in code, the property is
updated, though the update is not displayed immediately.)
 
Thanks Allen - exactly what I needed. I just couldn't find it.

As for changes appearing I think that minor changes to a report format don't
"count" but generally if I make changesI now see they do appear.

Again - thanks.

Wes
 
Back
Top