I'm still new to C# and I'm having trouble with understanding how to implement or create a menu system in an inventory system (database) that I'm attempting to create.
Here is what I'm basically trying to do.
Under File:Load an existing databaseCreate a new databaseSave the current database Exit/Quit
Under View:View database gridView one record at a time
Under Edit:Add a recordDelete a recordEdit a record
Under Options:Sort
Any comments on this are greatly appreciated!