J
Jon M.
Greetings all, I am stuck. I am building a database for a weekly cafeteria
menu. I have a maintable with these fields: Item#, MenuName, Description,
and Price. This table contains all of the available menu options.
Then I have a table for each weekday named as such, with these fields:
Entree1, Description1, Price1, Entree2, Description2, Price2, DeliSpecial,
DeliDescription, DeliPrice.
What am I trying to get is a form where the user chooses a tab Mon-Fri and
selects the menu for that day. Entree1, Entree2, and DeliSpecial are combo
boxes that pull records from the field MenuName from the maintable. What I
want to happen and can't get to work is when the user selects one of those
options for the corresponding fields to autopopulate from the maintable, i.e.
when I select Turkey Sandwich from DeliSpecial I want DeliDescription and
DeliPrice to fill in the appropriate info from maintable, then I click on the
Tuesday tab and choose the next options, etc...
As always any help is greatly appreciated. Thanks.
menu. I have a maintable with these fields: Item#, MenuName, Description,
and Price. This table contains all of the available menu options.
Then I have a table for each weekday named as such, with these fields:
Entree1, Description1, Price1, Entree2, Description2, Price2, DeliSpecial,
DeliDescription, DeliPrice.
What am I trying to get is a form where the user chooses a tab Mon-Fri and
selects the menu for that day. Entree1, Entree2, and DeliSpecial are combo
boxes that pull records from the field MenuName from the maintable. What I
want to happen and can't get to work is when the user selects one of those
options for the corresponding fields to autopopulate from the maintable, i.e.
when I select Turkey Sandwich from DeliSpecial I want DeliDescription and
DeliPrice to fill in the appropriate info from maintable, then I click on the
Tuesday tab and choose the next options, etc...
As always any help is greatly appreciated. Thanks.