Table Driven Modern Menus

In a continuation of my article on Improving the Microsoft Access Interface

I recently released a YouTube video in which I demonstrated how we could take a static menu and switch it to be table/data driven.

So I thought I’d share a small demo database for those of you that wish to explore this approach further.
 

Demo Database

Feel free to download a 100% unlocked copy of a sample database I have put together by using the link provided below:

Download “Microsoft Access Table Driven Modern Menu” Menus-TableDriven.zip – Downloaded 5018 times – 74.14 KB

 

Notice About Content/Downloads/Demos

Disclaimer/Notes:

If you do not have Microsoft Access, simply download and install the freely available runtime version (this permits running MS Access databases, but not modifying their design):

Microsoft Access 2010 Runtime
Microsoft Access 2013 Runtime
Microsoft Access 2016 Runtime
Microsoft 365 Access Runtime

All code samples, download samples, links, ... on this site are provided 'AS IS'.

In no event will Devhut.net or CARDA Consultants Inc. be liable to the client/end-user or any third party for any damages, including any lost profits, lost savings or other incidental, consequential or special damages arising out of the operation of or inability to operate the software which CARDA Consultants Inc. has provided, even if CARDA Consultants Inc. has been advised of the possibility of such damages.

 

Taking Things Even Further

It would be very easy to take things even further with this example by creating a permissions table to assign users/groups to each item and then in the menu generation function validate the current user against those value to control if the item should be included, or not.

So lots more options here!