| ナビゲーションウィンドウのカテゴリドロップダウン |
Sub SetNaviCategory()
DoCmd.SetDisplayedCategories 0, "acNavigationCategoryObjectType"
DoCmd.SetDisplayedCategories 0, "acNavigationCategoryTablesAndViews"
DoCmd.SetDisplayedCategories 0, "acNavigationCategoryModifiedDate"
DoCmd.SetDisplayedCategories 0, "acNavigationCategoryCreatedDate"
DoCmd.SetDisplayedCategories 0, "ユーザー設定"
End Sub
で、ここまでできて、残りはナビゲーションオプションで指定以外のチェックを外して完成。
DoCmd.LockNavigationPane True を仕上げにセット
0 件のコメント:
コメントを投稿