DBServices
Programmer
Am building a restaurant db. I want to have the servers select the dish and then select the side(s) that come with the dish. My idea is to have a main form that will populate a listbox on it with the relevent items based on the category they selected, such as "Breakfast", "Lunch", etc...Once they select the dish, I want a form to pop up asking how they want their eggs cooked. Then another form asking what sides..Once they select all the info, I want a listbox on the main form populated with the results. I have tables with all the info such as tblMenuItems, tblSides, tblPrepareEggs, tblPrepareMeats, etc...they contain the names of the menu items, sides, how to cook the eggs, how to cook the meats, respectively. I need to be able to select more than one order and possibly make the listbox look like:
Bacon Platter, OE
Home Fries
Toast
Fish & Eggs, OM
Hash Browns
English Muffin
2 coffees
Putting the selected values from the forms in the listbox is where i need help.
I am just beginning this but have my table structure and relatioships complete. I am hoping to get some advice on the best way to go about this. I have been programming in VBA for a few years now; am still a beginner but will go where you tell me to go...Any and all help will be greatly appreciated...Thank you
Bacon Platter, OE
Home Fries
Toast
Fish & Eggs, OM
Hash Browns
English Muffin
2 coffees
Putting the selected values from the forms in the listbox is where i need help.
I am just beginning this but have my table structure and relatioships complete. I am hoping to get some advice on the best way to go about this. I have been programming in VBA for a few years now; am still a beginner but will go where you tell me to go...Any and all help will be greatly appreciated...Thank you