John,
I know of no tutorial or resource, but it is doable with ASP/VBScript and Access. The table do not
have to be related via Access, just have common code to associate the items.
i.e., the following is just a real quick example of setting up the database, there are other ways to
accomplish.
MainMenu Table
Fields:
ID = Autonumber
MenuID = 6 Character text field, ex: A10000
MenuTitle = 25 Character text field
SubMenu Table
Fields:
ID = Autonumber
MenuID = 6 Character text field: match content in MainMenu table, ex: A10000
SubMenuID = 6 Character text field, ex: A11000
SubMenuTitle = 25 Character text field
SubSubMenu Table
Fields:
ID = Autonumber
SubMenuID = 6 Character text field: match content in SubMenu table, ex: A11000
SubSubMenuID = 6 Character text field, ex: A11100
SubSubMenuTitle = 25 Character text field
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================